"better polls" "Show Results" buttons have spacing issue on mobile

Continuing the discussion from A better poll feature:

It looks like it needs a CSS tweak on mobile to ensure spacing is correct:

4 Likes

I tried this as a temporary fix a couple days ago:

div.poll {
  display: inline-block;
}

And it seems to have worked, but I haven’t gotten any direct feedback saying so (and I currently only have the Chrome emulator to test it on).

2 Likes

Perhaps when the poll with borders and two columns is put in, this will be less of an issue.

Closing this as the new poll layout fixes it :wink:

This topic is now closed. New replies are no longer allowed.

1 Like