File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/remix-ide/src/app/providers/style
libs/remix-ui/grid-view/src/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11.EECellStyle {
2- min-height : 7 rem ;
2+ min-height : 8 rem ;
33 max-width : 12rem ;
44 min-width : 12rem ;
55}
Original file line number Diff line number Diff 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' } } />
You can’t perform that action at this time.
0 commit comments