diff options
author | silverwind <me@silverwind.io> | 2020-08-25 21:48:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 22:48:53 +0300 |
commit | eb4db0445bea4a8dff370d80a270765840fcb8ef (patch) | |
tree | 7cde26f9a5cad63b724afc2f4bc541562548e432 /web_src/less/markdown/mermaid.less | |
parent | e90e122b395f2dc0aff9ee917a7377078c774d31 (diff) | |
download | gitea-eb4db0445bea4a8dff370d80a270765840fcb8ef.tar.gz gitea-eb4db0445bea4a8dff370d80a270765840fcb8ef.zip |
Reindent Less to 2-space (#12602)
Reindent and unify codebase to 2-space indentation.
Diffstat (limited to 'web_src/less/markdown/mermaid.less')
-rw-r--r-- | web_src/less/markdown/mermaid.less | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web_src/less/markdown/mermaid.less b/web_src/less/markdown/mermaid.less index 2b7951eec9..4fc1258f03 100644 --- a/web_src/less/markdown/mermaid.less +++ b/web_src/less/markdown/mermaid.less @@ -1,12 +1,12 @@ .mermaid-chart { - display: flex; - justify-content: center; - align-items: center; - padding: 1rem; - margin: 1rem 0; + display: flex; + justify-content: center; + align-items: center; + padding: 1rem; + margin: 1rem 0; } /* mermaid's errorRenderer seems to unavoidably spew stuff into <body>, hide it */ body > div[id*="mermaid-"] { - display: none !important; + display: none !important; } |