diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-08-25 12:17:42 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-08-25 12:17:42 +0300 |
| commit | c9ea2db69dbf0289f57cac53bf625bb44867943f (patch) | |
| tree | a938a83d8067031466a8307ba7cab5f84d6f688c | |
| parent | ff328e7c558165249678002645953937a8eca6df (diff) | |
fix long poll labels overflowing
| -rw-r--r-- | src/components/poll/poll.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index ceba9eea..1858f3e1 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -96,6 +96,7 @@ align-items: center; padding: 0.1em 0.25em; z-index: 1; + word-break: break-word; } .result-percentage { width: 3.5em; |
