mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
BUGFIX: Prevent FormField Description from being styled as nolabel
If you add a field with a description to the edit form the description gets rendered in a span flush to the left. This is because BulkImageUploadField has the class nolabel. This is a simple fix to re-apply the standard styling.
This commit is contained in:
parent
8a8279895a
commit
b35424062b
@ -62,4 +62,9 @@ li.ss-uploadfield-item.template-download .imgPreview
|
||||
#BulkImageUploadField .ss-uploadfield-item-status.dirty
|
||||
{
|
||||
color: #f25000;
|
||||
}
|
||||
}
|
||||
|
||||
#BulkImageUploadField .field .help
|
||||
{
|
||||
margin: 4px 0 0 184px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user