浏览代码

Hack to avoid cutting of message author text

JC Brand 6 年之前
父节点
当前提交
0b1e5c6308
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;