Skip to content

Commit

Permalink
fix(input): add missing expanded class (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek authored Sep 12, 2024
1 parent 4ec816f commit 606ec67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/scss/components/_input.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.control {
display: inline-block;

&.is-expanded {
width: 100%;
}
}

0 comments on commit 606ec67

Please sign in to comment.