Skip to content

Commit

Permalink
fix(textArea): fixed row for text area (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Mar 31, 2023
1 parent 20bab2f commit d5469e7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/lib/kit/components/Layouts/Row/Row.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,20 @@
width: 180px;
min-height: 28px;
display: flex;
align-items: center;
margin-bottom: auto;
flex-direction: column;
flex-shrink: 0;

&-inner {
display: inline;
margin-top: auto;
margin-bottom: auto;
}

&::after {
content: '';
width: 100%;
flex-shrink: 1;
}
}

Expand Down

0 comments on commit d5469e7

Please sign in to comment.