From 5951992bd532c6c28d25914b889e8b9630975128 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 24 May 2020 12:06:35 -0700 Subject: [PATCH] Fixed: Preferred words remove button in Firefox Fixes #3710 --- .../Components/Form/KeyValueListInputItem.css | 9 ++++ .../Components/Form/KeyValueListInputItem.js | 54 ++++++++++--------- frontend/src/Series/Details/EpisodeRow.css | 2 +- 3 files changed, 40 insertions(+), 25 deletions(-) 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 {