Images used in Polls causing display issues

I made the following CSS customisation to make these changes:

.poll-container {
    height: auto !important;
}

div.poll li[data-poll-option-id] {
  box-shadow: inset 0 -0.25em rgba(0,0,0,0.25),inset 0 0 0 100px rgba(0,0,0,0);
  margin-bottom: 10px;
  height: auto;
  padding-top: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.4em;
}

From:

To:

From:

To:

From:

To:

5 Likes

Thanks for fixing my :garbage: :wink:

EDIT: here’s the fix :koala:

https://github.com/discourse/discourse/commit/78cff468bc05ce3c967aa20e881fa753d7869eea

3 Likes