diff --git a/.changeset/weak-knives-doubt.md b/.changeset/weak-knives-doubt.md deleted file mode 100644 index 3fd7f10d3b..0000000000 --- a/.changeset/weak-knives-doubt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@comet/admin": patch ---- - -Prevent unintended `width: 100%` on nested `InputBase` components inside `FieldContainer` and `Field` components - -`FieldContainer` (and therefore `Field`) needs to set the with of the `InputBase` it wraps to 100%. -This also caused deeply nested `InputBase` components, e.g., inside a `Dialog`, to get this `width` and break the styling of these components, as they are not intended to be styled by `FieldContainer`.