form-table should have position relative
This commit is contained in:
parent
d19b482d00
commit
2e4397797f
|
@ -2045,6 +2045,7 @@ img.help_tip {
|
|||
|
||||
table.form-table {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
|
||||
.select2-container {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue