Skip to content

Commit 71ceb38

Browse files
authored
fix(web-ui): make input fill wrapper height for consistent vertical alignment (#1555)
1 parent 8921ea8 commit 71ceb38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/web-ui/src/component-library/components/Input

src/web-ui/src/component-library/components/Input/Input.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
.bitfun-input {
128128
flex: 1;
129129
min-width: 0;
130+
height: 100%;
130131
background: transparent;
131132
border: none !important;
132133
outline: none !important;

0 commit comments

Comments
 (0)