Skip to content

Commit

Permalink
fix(input): set no extra width on default noscript css fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Mar 11, 2024
1 parent 132bc1d commit 02d2f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/input-otp/src/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ const NOSCRIPT_CSS_FALLBACK = `
text-align: center !important;
border: 1px solid var(--nojs-fg) !important;
border-radius: 4px !important;
width: 100% !important;
}
@media (prefers-color-scheme: dark) {
[data-input-otp] {
Expand Down

0 comments on commit 02d2f12

Please sign in to comment.