Mobile optimized the InputGroup
This commit is contained in:
@ -22,4 +22,16 @@
|
|||||||
.dialog-main .textbox-input
|
.dialog-main .textbox-input
|
||||||
font-size: 14pt
|
font-size: 14pt
|
||||||
padding: 10px 15px
|
padding: 10px 15px
|
||||||
width: 12rem
|
width: 12rem
|
||||||
|
|
||||||
|
@media screen and (max-width: 500px)
|
||||||
|
.dialog-main .input-group
|
||||||
|
margin-top: 0.2rem
|
||||||
|
display: unset
|
||||||
|
|
||||||
|
& .text-area
|
||||||
|
margin-bottom: 0.6rem
|
||||||
|
|
||||||
|
margin-left: 0
|
||||||
|
.input-group .textbox-input
|
||||||
|
width: auto
|
||||||
|
Reference in New Issue
Block a user