prevent text wrap in stats
This commit is contained in:
parent
1f663f3cc9
commit
1505d94fc0
2 changed files with 5 additions and 4 deletions
|
|
@ -2535,6 +2535,7 @@ details[open] summary::after {
|
|||
color: #000;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#stats hr {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue