Prevent this from wrapping

This commit is contained in:
Lim Chee Aun 2022-12-17 23:17:13 +08:00
parent f7776fccc4
commit 3a21b58f55

View file

@ -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);