summary refs log tree commit diff
diff options
context:
space:
mode:
authorNad Chishtie <n.chishtie@gmail.com>2019-08-20 12:24:35 -0700
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:54 +0100
commit70c04c54b14c7181400a891b103aab5a98f9d8b1 (patch)
tree39cb51985ed9fbb410aa2b699d78c360115fb9d8
parentSimplify select styles to fix cross browser bugs (diff)
downloadsynapse-70c04c54b14c7181400a891b103aab5a98f9d8b1.tar.xz
Compile
-rw-r--r--synapse_topology/webui/src/scss/main.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss
index f998cf3732..522b8222d8 100644
--- a/synapse_topology/webui/src/scss/main.scss
+++ b/synapse_topology/webui/src/scss/main.scss
@@ -108,7 +108,7 @@ pre {
 }
 
 select {
-    font-size: 0.7rem
+    font-size: 0.7rem;
     margin-bottom: 1rem;
 
     &:after {