Browse Source

Hack to avoid cutting of message author text

JC Brand 6 years ago
parent
commit
0b1e5c6308
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sass/_messages.scss

+ 1 - 0
sass/_messages.scss

@@ -226,6 +226,7 @@
                     font-family: var(--heading-font);
                     font-size: 115%;
                     font-weight: bold;
+                    padding-bottom: 1px; // Hack to avoid cutting of text on the button
                 }
                 .badge {
                     margin-left: 0.5em;