pull/5370/head
lianahus 8 months ago
parent 639e6aacc3
commit 42c18bf36f
  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