diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-25 03:05:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-25 03:05:29 +0900 |
| commit | d37cf47984632bd0d379cbcd53f12ffcde6d0c84 (patch) | |
| tree | e262ca4f10c192f7ec917977f801e86e0cf2f104 /src/web/app | |
| parent | v3865 (diff) | |
| download | sharkey-d37cf47984632bd0d379cbcd53f12ffcde6d0c84.tar.gz sharkey-d37cf47984632bd0d379cbcd53f12ffcde6d0c84.tar.bz2 sharkey-d37cf47984632bd0d379cbcd53f12ffcde6d0c84.zip | |
:art:
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/common/views/components/poll-editor.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/poll-editor.vue b/src/web/app/common/views/components/poll-editor.vue index 065e919660..20a334d3c5 100644 --- a/src/web/app/common/views/components/poll-editor.vue +++ b/src/web/app/common/views/components/poll-editor.vue @@ -97,7 +97,9 @@ export default Vue.extend({ margin-bottom 0 > input - padding 6px + padding 6px 8px + width 300px + font-size 14px border solid 1px rgba($theme-color, 0.1) border-radius 4px |