diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 5eb1a357c..de935a4b6 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -1809,7 +1809,7 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -#table_columns input, select { +#table_columns input, #table_columns select { width: 14em; box-sizing: border-box; -ms-box-sizing: border-box; diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 3b57fea99..ed1e93af0 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -2111,7 +2111,7 @@ fieldset .disabled-field td { margin-bottom: 0.5em; } -#table_columns input, select { +#table_columns input, #table_columns select { width: 14em; box-sizing: border-box; -ms-box-sizing: border-box;