[S] Use ellipsis if header is too long

This commit is contained in:
Hykilpikonna
2020-04-20 17:57:41 -04:00
parent ab5caf9701
commit dbb51e50bd
@@ -4,6 +4,10 @@
margin-bottom: 10px;
font-size: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.divider