summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-10 17:06:53 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-10 17:06:53 +0900
commitaadfafaef94b88085424dfafdf3862698f25ada3 (patch)
tree1083330e3bcc5991cc5e431d5e83eb867721ad7b /src/client/components
parentrefactor(client): Use unique class name (diff)
downloadsharkey-aadfafaef94b88085424dfafdf3862698f25ada3.tar.gz
sharkey-aadfafaef94b88085424dfafdf3862698f25ada3.tar.bz2
sharkey-aadfafaef94b88085424dfafdf3862698f25ada3.zip
fix(client): Fix style of poll viewer
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/poll.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/components/poll.vue b/src/client/components/poll.vue
index cd87c1cd2a..c748b6b099 100644
--- a/src/client/components/poll.vue
+++ b/src/client/components/poll.vue
@@ -111,7 +111,6 @@ export default Vue.extend({
position: relative;
margin: 4px 0;
padding: 4px 8px;
- width: 100%;
border: solid 1px var(--divider);
border-radius: 4px;
overflow: hidden;