mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
BUGFIX: more options don't get hidden by default
This commit is contained in:
parent
af74b843cf
commit
8ccb893881
@ -197,7 +197,7 @@
|
||||
|
||||
/* HIDE */
|
||||
#Fields_fields li.EditableFormField .hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Holder to prevent form from collapsing */
|
||||
|
Loading…
Reference in New Issue
Block a user