mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: Size of emoji in poll options (#13294)
Fixes a regression in 33cb1b
This commit is contained in:
parent
ee6ff9f1d7
commit
9ebc9541b9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user