diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-02-15 08:30:41 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-02-15 08:30:41 +0200 |
| commit | c3b267f2b9f6e36bc727708198de2bae705f85e0 (patch) | |
| tree | a0c05f560094e5949f88ef6afc8a5c40130013e0 /src/components/poll | |
| parent | 44bddf6cd2ebe636ef58855949128d37244f04a7 (diff) | |
add padding to poll type to not have arrow icon overlap text
Diffstat (limited to 'src/components/poll')
| -rw-r--r-- | src/components/poll/poll_form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index 09496105..c4403210 100644 --- a/src/components/poll/poll_form.vue +++ b/src/components/poll/poll_form.vue @@ -151,6 +151,7 @@ border: none; box-shadow: none; background-color: transparent; + padding-right: 0.75em; } } |
