diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2018-06-22 20:55:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-22 20:55:19 +0900 |
| commit | 57f62c919ca210e2e7ba11058c08795f7dcc2dc8 (patch) | |
| tree | 4b16ce174ba6dcf8ec67286392fdc08b4b8bd2c8 /src/client | |
| parent | revert :v: d6ef92 (diff) | |
| download | sharkey-57f62c919ca210e2e7ba11058c08795f7dcc2dc8.tar.gz sharkey-57f62c919ca210e2e7ba11058c08795f7dcc2dc8.tar.bz2 sharkey-57f62c919ca210e2e7ba11058c08795f7dcc2dc8.zip | |
change flex-shrink of .username to 2147483647
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/note-header.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/note-header.vue b/src/client/app/common/views/components/note-header.vue index 3af92f3362..25a3339264 100644 --- a/src/client/app/common/views/components/note-header.vue +++ b/src/client/app/common/views/components/note-header.vue @@ -90,7 +90,7 @@ root(isDark) overflow hidden text-overflow ellipsis color isDark ? #606984 : #ccc - flex-shrink 10000 + flex-shrink 2147483647 > .info margin-left auto |