forked from forgejo/forgejo
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
|
@ -323,7 +323,7 @@ code,
|
|||
&.container {
|
||||
&.fluid {
|
||||
&.padded {
|
||||
padding: 0 10px 0 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -582,7 +582,7 @@ code,
|
|||
.sha.label {
|
||||
font-family: @monospaced-fonts, monospace;
|
||||
font-size: 13px;
|
||||
padding: 6px 10px 4px 10px;
|
||||
padding: 6px 10px 4px;
|
||||
font-weight: normal;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue