logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 663362db562d31492bef8f650a41b5418037396c
parent a7f055a87532133ee6d24c12606bde33e4050315
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sat, 20 Feb 2021 19:29:02 +0000

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:

Msrc/components/poll/poll_form.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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; } }