Prevent this from wrapping
This commit is contained in:
parent
f7776fccc4
commit
3a21b58f55
|
@ -201,6 +201,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
box-shadow: 0 0 0 2px var(--bg-color), 0 0 10px var(--bg-color),
|
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);
|
0 0 10px var(--bg-color), 0 0 10px var(--bg-color);
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.timeline-deck .status .content.truncated:hover:after {
|
.timeline-deck .status .content.truncated:hover:after {
|
||||||
border-color: var(--link-color);
|
border-color: var(--link-color);
|
||||||
|
|
Loading…
Reference in a new issue