You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radarr/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMapping.css

21 lines
254 B

.remotePathMapping {
display: flex;
align-items: left;
margin-bottom: 10px;
height: 30px;
border-bottom: 1px solid $borderColor;
line-height: 30px;
}
.actions {
flex: 0 0 25px;
}
.host {
flex: 1 0 300px;
}
.path {
flex: 1 0 400px;
}