summaryrefslogtreecommitdiffstats
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 3deaebe1..f8b1c9f7 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -515,7 +515,7 @@ hr {
#descexpansionbutton ~ div {
overflow: hidden;
- height: 8.3em;
+ max-height: 8.3em;
}
#descexpansionbutton:checked ~ div {
@@ -583,3 +583,7 @@ p,
/* Wider settings name to less word wrap */
.pure-form-aligned .pure-control-group label { width: 19em; }
+
+.channel-emoji {
+ margin: 0 2px;
+}