소스 검색

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;