also add minimum width for quota bar so it’s apparent how it will look
This commit is contained in:
parent
41ace03911
commit
95382e9945
|
@ -737,6 +737,7 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
border-bottom-left-radius: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
|
min-width: 1%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
#quotatext {padding:.6em 1em;}
|
#quotatext {padding:.6em 1em;}
|
||||||
|
|
Loading…
Reference in New Issue