1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Fixed: Remote path mapping UI being partially hidden on smaller screens

This commit is contained in:
LarsHelo
2023-02-21 10:00:11 +01:00
committed by Qstick
parent c1e5990a58
commit 75035035e1
2 changed files with 13 additions and 4 deletions
@@ -8,11 +8,15 @@
}
.host {
flex: 0 0 300px;
@add-mixin truncate;
flex: 0 1 300px;
}
.path {
flex: 0 0 400px;
@add-mixin truncate;
flex: 0 1 400px;
}
.actions {