mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 09:05:57 +00: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
@ -63,3 +63,8 @@ li.ss-uploadfield-item.template-download .imgPreview
|
|||||||
{
|
{
|
||||||
color: #f25000;
|
color: #f25000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#BulkImageUploadField .field .help
|
||||||
|
{
|
||||||
|
margin: 4px 0 0 184px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user