Skip to content

Commit a92b8aa

Browse files
LianaHusAniket-Engg
authored andcommitted
same height for cells
1 parent c3a88b3 commit a92b8aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.EECellStyle {
2-
min-height: 7rem;
2+
min-height: 8rem;
33
max-width: 12rem;
44
min-width: 12rem;
55
}

libs/remix-ui/grid-view/src/lib/remix-ui-grid-cell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => {
8787
<div className='d-flex flex-grid'>
8888
<div className={ `${pinned ? "" : "border-dark "}` + "d-flex mx-0 p-2 bg-light border border-secondary remixui_grid_cell_container " + props.classList || ''} data-id={"remixUIGS" + props.title}>
8989
<div className="d-flex remixui_grid_cell w-100 space-between justify-content-between flex-column">
90-
{ !props.hideTitle && <div className='d-flex flex-row pb-1 mb-1 align-items-end' style={{ minWidth: '8rem', height: '1rem' }}>
90+
{ !props.hideTitle && <div className='d-flex flex-row pb-1 my-1 align-items-end' style={{ minWidth: '8rem', height: '1rem' }}>
9191
{ props.logo ? props.logoURL !== '' ?
9292
<a href={props.logoURL} target="__blank">
9393
<img className='remixui_grid_view_logo mr-1' src={props.logo} style={{ width: '1rem', height: '1rem' }}/>

0 commit comments

Comments
 (0)