mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
set quota bar maximum to 100% to prevent overflow
This commit is contained in:
parent
033b0361ed
commit
3ba66e33f8
1 changed files with 3 additions and 1 deletions
|
|
@ -736,7 +736,9 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono
|
|||
font-weight: normal;
|
||||
white-space: nowrap;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-top-left-radius: 3px; }
|
||||
border-top-left-radius: 3px;
|
||||
max-width: 100%;
|
||||
}
|
||||
#quotatext {padding:.6em 1em;}
|
||||
|
||||
.pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue