Try to fix lan address reservation wrapping for some people (#1752)

This commit is contained in:
Tim Wilkinson 2024-12-05 21:59:14 -08:00 committed by GitHub
parent d348369d9d
commit dbe05fc6fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -507,7 +507,6 @@ label.switch
{
display: flex;
flex: 1 0 0%;
flex-wrap: wrap;
}
#ctrl-modal .adr > :last-child
{
@ -567,9 +566,10 @@ label.switch
#ctrl-modal .reservation > div:first-child label
{
white-space: normal;
width: 40px;
width: 45px;
align-self: center;
text-align: center;
overflow: hidden;
}
#ctrl-modal .reservation input[type=checkbox],
#ctrl-modal .dhcp-options input[type=checkbox]