mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Fixed some minor admin bugs (#6335)
This commit is contained in:
parent
a541375f7f
commit
9d8f1f60cc
4 changed files with 14 additions and 6 deletions
|
@ -250,10 +250,18 @@ td, th {
|
|||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
.settings-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.settings {
|
||||
flex-grow: max(1, 1);
|
||||
outline: none;
|
||||
width: 100%;
|
||||
min-height: 80vh;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue