diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-02-20 19:29:02 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2021-02-20 19:29:02 +0000 |
| commit | 663362db562d31492bef8f650a41b5418037396c (patch) | |
| tree | 8cc30e0433c7c2cb857d928161d1b3934004ecb6 /src/components/poll/poll_form.vue | |
| parent | a7f055a87532133ee6d24c12606bde33e4050315 (diff) | |
| parent | c3b267f2b9f6e36bc727708198de2bae705f85e0 (diff) | |
Merge branch 'fix/poll-type-text-overflow' into 'develop'
add padding to poll type to not have arrow icon overlap text
See merge request pleroma/pleroma-fe!1345
Diffstat (limited to 'src/components/poll/poll_form.vue')
| -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; } } |
