diff --git a/ChangeLog b/ChangeLog index b87d19c128..32b5002856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -75,6 +75,7 @@ explanation - bug #4758 Firefox with auth_type to http with multiple server doesn't work anymore - bug #4789 Views aren't dropped when copying a database - bug #4784 Incomplete bookmark saving +- bug #4786 SELECT width on relations page 4.3.11.1 (2015-03-04) - bug [security] Risk of BREACH attack, see PMASA-2015-1 diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index aa19056bb3..c15d5a0b59 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -255,7 +255,7 @@ fieldset .formelement { width: 25%; } #foreign_keys.relationalTable td:first-child + td select { - width: 32%; + width: auto; margin-right: 1%; } #foreign_keys.relationalTable { diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 22e6b13827..2783fe2325 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -539,7 +539,7 @@ fieldset .formelement { width: 25%; } #foreign_keys.relationalTable td:first-child + td select { - width: 32%; + width: auto; margin-right: 1%; } #foreign_keys.relationalTable {