pull/4817/head
lianahus 5 months ago
parent 6da11f8b38
commit 014607644f
  1. 2
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx

@ -67,7 +67,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
{ props.logo && <img className='remixui_grid_view_logo mr-1' src={props.logo} style={{ width: '1rem', height: '1rem' }}/> }
{ props.title && <label
className='m-0 p-0 align-items-left'
style={{overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap', fontSize: 'xx-small'}}
style={{ overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap', fontSize: 'xx-small' }}
>
{ props.title }
</label> }

Loading…
Cancel
Save