Fix port forward wrapping (#1758)

This commit is contained in:
Tim Wilkinson 2024-12-10 14:45:35 -08:00 committed by GitHub
parent ff84b3f787
commit 5250ce21f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -508,6 +508,10 @@ label.switch
display: flex;
flex: 1 0 0%;
}
#ctrl-modal .forward.adr > div:first-child
{
flex-wrap: wrap;
}
#ctrl-modal .adr > :last-child
{
width: 24px;