diff --git a/frontend/src/Components/Form/KeyValueListInputItem.css b/frontend/src/Components/Form/KeyValueListInputItem.css index f77ea3470..e136823c2 100644 --- a/frontend/src/Components/Form/KeyValueListInputItem.css +++ b/frontend/src/Components/Form/KeyValueListInputItem.css @@ -8,7 +8,16 @@ } } +.inputWrapper { + flex: 1 0 0; +} + +.buttonWrapper { + flex: 0 0 22px; +} + .keyInput, .valueInput { + width: 100%; border: none; } diff --git a/frontend/src/Components/Form/KeyValueListInputItem.js b/frontend/src/Components/Form/KeyValueListInputItem.js index 4e465f3a9..e63528f67 100644 --- a/frontend/src/Components/Form/KeyValueListInputItem.js +++ b/frontend/src/Components/Form/KeyValueListInputItem.js @@ -63,33 +63,39 @@ class KeyValueListInputItem extends Component { return (
- - - +
+ +
+ +
+ +
{ !isNew && - +
+ +
}
); diff --git a/frontend/src/Series/Details/EpisodeRow.css b/frontend/src/Series/Details/EpisodeRow.css index 88f6c1e3f..7f94a1b80 100644 --- a/frontend/src/Series/Details/EpisodeRow.css +++ b/frontend/src/Series/Details/EpisodeRow.css @@ -13,7 +13,7 @@ .episodeNumber { composes: cell from '~Components/Table/Cells/TableRowCell.css'; - width: 70px; + width: 65px; } .size {