fix for extremely long text in headers

This commit is contained in:
sparks-alec
2022-02-06 02:09:10 -05:00
parent 3fc0457ec9
commit 6dcfc266a9
+2
View File
@@ -15,6 +15,8 @@ header {
height: 36px;
width: 100%;
box-sizing: content-box;
white-space: nowrap;
overflow: hidden;
background-color: #111111;
border-bottom: black 1px solid;