diff --git a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css index a79efda26..856690967 100644 --- a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css +++ b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css @@ -1,23 +1,20 @@ .remotePathMapping { display: flex; - align-items: stretch; + align-items: left; margin-bottom: 10px; height: 30px; border-bottom: 1px solid $borderColor; line-height: 30px; } -.host { - flex: 0 0 300px; +.actions { + flex: 0 0 25px; } -.path { - flex: 0 0 400px; +.host { + flex: 1 0 300px; } -.actions { - display: flex; - justify-content: flex-end; - flex: 1 0 auto; - padding-right: 10px; +.path { + flex: 1 0 400px; } diff --git a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.js b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.js index 78011dccd..37035d3a3 100644 --- a/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.js +++ b/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.js @@ -66,9 +66,6 @@ class RemotePathMapping extends Component { styles.remotePathMapping )} > -
{host}
-
{remotePath}
-
{localPath}
+
{host}
+
{remotePath}
+
{localPath}
+