mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-20 00:18:47 -05:00
min-width 0 -> min-width unset, correct class name order
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
.field-infrastructure-alert {
|
||||
min-width: 0;
|
||||
min-width: unset;
|
||||
max-width: var(--env-var-width-4);
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ const Field = forwardRef(
|
||||
return (
|
||||
<Stack
|
||||
gap={theme.spacing(2)}
|
||||
className={`${className} field field-${type}`}
|
||||
className={`field field-${type} ${className}`}
|
||||
sx={{
|
||||
"& fieldset": {
|
||||
borderColor: theme.palette.border.dark,
|
||||
|
||||
Reference in New Issue
Block a user