diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 09:33:25 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 09:33:25 +0900 |
| commit | ad8aa1c1797c5d740fb6d17ba8e0586472cd25e2 (patch) | |
| tree | ed5a001a0a8aaf631522f266f8f06af231466548 /src | |
| parent | 2.39.0 (diff) | |
| download | misskey-ad8aa1c1797c5d740fb6d17ba8e0586472cd25e2.tar.gz misskey-ad8aa1c1797c5d740fb6d17ba8e0586472cd25e2.tar.bz2 misskey-ad8aa1c1797c5d740fb6d17ba8e0586472cd25e2.zip | |
Fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/ui/input.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/ui/input.vue b/src/client/app/common/views/components/ui/input.vue index ec91ca364c..a5e47afd53 100644 --- a/src/client/app/common/views/components/ui/input.vue +++ b/src/client/app/common/views/components/ui/input.vue @@ -244,6 +244,7 @@ root(isDark, fill) display block flex 1 width 100% + margin 0 padding 0 font inherit font-weight fill ? bold : normal |