mirror of https://github.com/aredn/aredn.git
Fix port forward wrapping (#1758)
This commit is contained in:
parent
ff84b3f787
commit
5250ce21f9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue