pull/5147/head
yann300 3 months ago
parent 199c2f2676
commit 6f4e9e8395
  1. 2
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx

@ -66,7 +66,7 @@ export const RemixUIGridSection = (props: RemixUIGridSectionProps) => {
>
<div className="d-flex flex-column w-100 remixui_grid_section">
{ props.title && <h6 className='mt-1 mb-0 align-items-left '>{ props.title }</h6> }
<div className={(props.hScrollable) ? `d-flex flex-row pb-2 overflow-auto` : `d-flex flex-wrap`}>
{ !hasChildCell(children) && <span> No items found </span>}
{ props.children }

Loading…
Cancel
Save