|
|
|
@ -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> } |
|
|
|
|