diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-24 11:55:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-24 12:17:22 +0800 |
commit | 3e441088ad9f5a98f0acda506bd03f7d1631cb0c (patch) | |
tree | e5b063c6ce4822abd76b752eaca181ba55aa9597 /src | |
parent | 3f698f6faa489888b9d1bcc0851f04a91bb47b02 (diff) |
chore: update stylelint
Diffstat (limited to 'src')
-rw-r--r-- | src/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/index.css b/src/css/index.css index 44daab0..db80277 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -45,10 +45,10 @@ body { | |||
45 | .EasyMDEContainer { | 45 | .EasyMDEContainer { |
46 | display: flex; | 46 | display: flex; |
47 | box-sizing: border-box; | 47 | box-sizing: border-box; |
48 | flex-direction: column; | ||
48 | height: 100%; | 49 | height: 100%; |
49 | align-items: stretch; | 50 | align-items: stretch; |
50 | gap: 0.5em; | 51 | gap: 0.5em; |
51 | flex-direction: column; | ||
52 | 52 | ||
53 | .CodeMirror { | 53 | .CodeMirror { |
54 | order: 1; | 54 | order: 1; |