fix for routine radio and checkbox width
fixes execute enum/set options and the "is deterministic" checkbox on edit Signed-off-by: Brad Kent <bkfake-github@yahoo.com>
This commit is contained in:
parent
68767c0ce6
commit
2edb392efc
@ -38,6 +38,12 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
.rte_table input[type=checkbox],
|
||||
.rte_table input[type=radio] {
|
||||
width: auto;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.rte_table .routine_params_table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user