Skip to content

Commit

Permalink
fix width bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Nov 26, 2024
1 parent 1142c73 commit 9c6f0fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/react/src/forms/Select/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
*/

.Select-wrapper {
width: 12.5rem;

border: solid var(--brand-borderWidth-thin, 1px) var(--brand-control-color-border-default);
border-radius: var(--brand-borderRadius-medium, 6px);
font-family: var(--brand-body-fontFamily);
Expand Down Expand Up @@ -120,7 +122,7 @@
}

.Select-wrapper--fullWidth {
display: flex;
width: 100%;
}

/*
Expand Down

0 comments on commit 9c6f0fc

Please sign in to comment.