added css file

pull/5370/head
lianahus 4 months ago committed by Aniket
parent 9b96581096
commit 85fbc0f004
  1. 6
      apps/remix-ide/src/app/providers/style/environment-explorer.css
  2. 2
      libs/remix-ui/grid-view/src/lib/remix-ui-grid-section.tsx

@ -0,0 +1,6 @@
.EECellStyle {
min-height: 4rem;
max-width: 10rem;
min-width: 9rem;
max-height: 5rem;
}

@ -33,7 +33,7 @@ const hasChildCell = (children: ReactNode): boolean => {
if (found) return
if (isElement(child)) {
if (child.props.classList === 'EECellStyle' && child.props.isValidElement) {
if (child.props.classList === 'EECellStyle') {
found = true
console.log('found ', child.props.className)
return

Loading…
Cancel
Save