mirror of
https://gitee.com/gitea/gitea
synced 2025-11-29 12:50:27 +08:00
Enable stylelint's shorthand-property-no-redundant-values (#11436)
Enabled the rule and --fix'ed issues. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
&.file-view {
|
||||
padding: 2em 2em 2em !important;
|
||||
padding: 2em !important;
|
||||
}
|
||||
|
||||
> *:first-child {
|
||||
|
||||
Reference in New Issue
Block a user