Fix mobile layout of active leases (#1755)

This commit is contained in:
Tim Wilkinson 2024-12-07 23:51:59 -08:00 committed by GitHub
parent cbfbad9d88
commit 5d0df69a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -222,12 +222,19 @@ body.mobile #ctrl-modal .reservation select:nth-child(2),
body.mobile #ctrl-modal .reservation-label div:first-child div:nth-child(2),
body.mobile #ctrl-modal .reservation input:nth-child(3),
body.mobile #ctrl-modal .reservation-label div:first-child div:nth-child(3),
body.mobile #ctrl-modal .lease input:first-child,
body.mobile #ctrl-modal .lease-label div:first-child div:first-child,
body.mobile #ctrl-modal .lease input:nth-child(2),
body.mobile #ctrl-modal .lease-label div:first-child div:nth-child(2),
body.mobile #ctrl-modal .lease input:nth-child(3),
body.mobile #ctrl-modal .lease-label div:first-child div:nth-child(3),
body.mobile #ctrl-modal .dhcp-options .adr > div > :nth-child(2),
body.mobile #ctrl-modal .dhcp-tags .adr > div > :nth-child(2),
body.mobile #ctrl-modal .dhcp-options .adr > div > :nth-child(3),
body.mobile #ctrl-modal .dhcp-tags .adr > div > :nth-child(3)
{
width: 90px;
font-size: 10px;
}
body.mobile #ctrl-modal #local-services .service input[type=text],