mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
FIX: Size of emoji in poll options (#13294)
Fixes a regression in 33cb1b
This commit is contained in:
@@ -31,8 +31,8 @@ div.poll {
|
||||
height: auto;
|
||||
// Hacky way to stop images without width/height
|
||||
// from causing abrupt unintended scrolling
|
||||
&:not([width]),
|
||||
&:not([height]) {
|
||||
&:not([width]):not(.emoji),
|
||||
&:not([height]):not(.emoji) {
|
||||
width: 200px !important;
|
||||
height: 200px !important;
|
||||
object-fit: contain;
|
||||
|
||||
Reference in New Issue
Block a user