Skip to content
Snippets Groups Projects
Unverified Commit 22525bad authored by Oisin Coveney's avatar Oisin Coveney Committed by GitHub
Browse files

Convert `width.module.css` to CSS modules (#41359)

parent de043add
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ export function FieldSet({
{required && <span>&nbsp;*</span>}
</legend>
)}
<div data-testid="field-set-content" className="w-full">
<div data-testid="field-set-content" className={CS.wFull}>
{children}
</div>
</fieldset>
......
:global(.w-full),
.w-full,
.wFull {
width: 100%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment