mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:25:53 +08:00
24e71acf3f
See PR for details
10 lines
175 B
SCSS
10 lines
175 B
SCSS
.admin-contents.admin-emojis {
|
|
#custom_emoji .select-kit,
|
|
.emoji-uploader .select-kit {
|
|
max-width: 210px;
|
|
}
|
|
#custom_emoji td.action {
|
|
text-align: right;
|
|
}
|
|
}
|