Skip to content

Commit

Permalink
fix: return text short input to original box sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Oct 15, 2024
1 parent 3ac29dd commit e99c947
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/o3-form/src/css/components/text-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
--o3-grid-columns-to-span-count: 4;
max-width: var(--_o3-form-text-input-max-width, var(--o3-grid-columns-to-span-width));
}
input[class|='o3-form-text-input--short'] {

.o3-form-text-input[class*="--short"] {
box-sizing: initial;
}
.o3-form-text-input--short-2 {
Expand Down

0 comments on commit e99c947

Please sign in to comment.