diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 02:26:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 02:26:45 +0900 |
| commit | 980584020a74cd62c371266b969b17eb9fb4a7e2 (patch) | |
| tree | 36e260e06f9b8406bf504ba5710d8687bf051172 /src/client/components | |
| parent | :art: (diff) | |
| download | misskey-980584020a74cd62c371266b969b17eb9fb4a7e2.tar.gz misskey-980584020a74cd62c371266b969b17eb9fb4a7e2.tar.bz2 misskey-980584020a74cd62c371266b969b17eb9fb4a7e2.zip | |
:art:
Diffstat (limited to 'src/client/components')
| -rw-r--r-- | src/client/components/menu.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/menu.vue b/src/client/components/menu.vue index 747c928452..303cf6ad89 100644 --- a/src/client/components/menu.vue +++ b/src/client/components/menu.vue @@ -131,6 +131,7 @@ export default Vue.extend({ box-sizing: border-box; white-space: nowrap; font-size: 0.9em; + line-height: 20px; text-align: center; overflow: hidden; text-overflow: ellipsis; |