diff options
author | silverwind <me@silverwind.io> | 2020-05-20 06:06:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 00:06:04 -0400 |
commit | 9e0e2a9fcfae4336958dc3e93d4beacfc7a2f642 (patch) | |
tree | 82dc24db537d4f1c9c9d423add94f00c25be467e /web_src/less/_markdown.less | |
parent | 34e6a4e05734a642883037ba1a9f78750c1a0583 (diff) | |
download | gitea-9e0e2a9fcfae4336958dc3e93d4beacfc7a2f642.tar.gz gitea-9e0e2a9fcfae4336958dc3e93d4beacfc7a2f642.zip |
Enable stylelint's shorthand-property-no-redundant-values (#11436)
Enabled the rule and --fix'ed issues.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/_markdown.less')
-rw-r--r-- | web_src/less/_markdown.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/_markdown.less b/web_src/less/_markdown.less index 651edb5724..420f24cbbe 100644 --- a/web_src/less/_markdown.less +++ b/web_src/less/_markdown.less @@ -9,7 +9,7 @@ } &.file-view { - padding: 2em 2em 2em !important; + padding: 2em !important; } > *:first-child { |