mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
BUGFIX Fixed extra option fields being shown initially in IE, when they should be hidden
This commit is contained in:
parent
c62b555b9e
commit
0b10a29345
@ -195,7 +195,7 @@
|
||||
}
|
||||
|
||||
/* HIDE */
|
||||
#Fields_fields li.EditableFormField .hidden {
|
||||
#Fields_fields li.EditableFormField div.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user