mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-12-22 09:10:42 +00:00
Fix status overflow
This commit is contained in:
parent
34c1d087af
commit
626369c317
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
|
||||
.status {
|
||||
flex: 1;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.status-dname {
|
||||
|
|
Loading…
Reference in a new issue