Prevent this from wrapping

pull/10/head
Lim Chee Aun 2022-12-17 23:17:13 +08:00
rodzic f7776fccc4
commit 3a21b58f55
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -201,6 +201,7 @@
text-transform: uppercase;
box-shadow: 0 0 0 2px var(--bg-color), 0 0 10px var(--bg-color),
0 0 10px var(--bg-color), 0 0 10px var(--bg-color);
white-space: nowrap;
}
.timeline-deck .status .content.truncated:hover:after {
border-color: var(--link-color);