diff options
author | Vitaly Takmazov | 2019-01-20 11:21:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | e087c434d4903d0ee0c680e11e657cc3e2043d7a (patch) | |
tree | e41a3ebbea18fa550664c9a5c92638feae9f4724 /vnext/src/components/Message.css | |
parent | ffa96cca4e2191965a3ede1a2b6b786dd8f89b35 (diff) |
Fix stylelint warnings
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r-- | vnext/src/components/Message.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index 2e90e5e4..c19c7eec 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -5,7 +5,7 @@ .msg-cont > nav.l { border-top: 1px solid #eee; display: flex; - justify-content: space-around; + justify-content: space-around; } .msg-cont > nav.l a { color: #888; |