mirror of
https://github.com/discourse/discourse.git
synced 2025-09-09 12:21:04 +08:00
UX: do not enlarge emojis in polls (#8934)
This commit is contained in:
parent
7ef754759e
commit
fc3d547268
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ img.emoji.only-emoji {
|
|||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
.md-table {
|
||||
.md-table,
|
||||
.poll {
|
||||
img.emoji.only-emoji {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue