mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Fix full-width file upload adornment for lg-size (regressed with field-level grid columns addition)
This commit is contained in:
@ -96,6 +96,7 @@ function QDynamicForm({formData, formLabel, bulkEditMode, bulkEditSwitchChangeHa
|
|||||||
if (width == "full")
|
if (width == "full")
|
||||||
{
|
{
|
||||||
itemSM = 12;
|
itemSM = 12;
|
||||||
|
itemLG = 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user