CE-798 follow-up - increase width of date-time boxes (was too small to see all the fields!)

This commit is contained in:
2024-02-27 11:56:54 -06:00
parent 8cffbbcac4
commit 8ab0f5f549

View File

@ -504,7 +504,7 @@ export default function QuickFilter({tableMetaData, fullFieldName, fieldMetaData
//////////////////////////////
// return the button & menu //
//////////////////////////////
const widthAndMaxWidth = 250
const widthAndMaxWidth = fieldMetaData?.type == QFieldType.DATE_TIME ? 275 : 250
return (
<>
{button}