1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Fixed: Edit button for Remote Path Mapping hidden on small screens

This commit is contained in:
Mark McDowall
2019-01-10 18:36:33 -08:00
parent ba5e2cfc45
commit 979ea449bd
3 changed files with 56 additions and 45 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 {