added min-height

This commit is contained in:
srgooglo 2022-09-30 22:39:24 +02:00
parent fa22d4596e
commit 3498915234

View File

@ -11,7 +11,11 @@
transition: height 150ms ease-in-out;
.ant-input {
position: relative;
height: 100%;
min-height: 4.5vh;
width: 100%;
padding: 5px 10px;
@ -20,18 +24,18 @@
border-color: transparent !important;
box-shadow: none;
border-radius: 3px 0 0;
transition: height 150ms linear;
}
.ant-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
min-height: 100%;
min-height: 4.5vh;
border-radius: 0 10px 10px 0;
border: none;