logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c3b267f2b9f6e36bc727708198de2bae705f85e0
parent 44bddf6cd2ebe636ef58855949128d37244f04a7
Author: Shpuld Shpuldson <shp@cock.li>
Date:   Mon, 15 Feb 2021 08:30:41 +0200

add padding to poll type to not have arrow icon overlap text

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