mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-21 01:10:19 +00: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:
parent
34e6a4e057
commit
9e0e2a9fcf
5 changed files with 13 additions and 12 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
&.file-view {
|
||||
padding: 2em 2em 2em !important;
|
||||
padding: 2em !important;
|
||||
}
|
||||
|
||||
> *:first-child {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue