Optimized the ConfigurationRow styles.sass for mobile devices
This commit is contained in:
parent
f3df20f123
commit
25f72e65fd
@ -27,3 +27,10 @@
|
||||
box-sizing: border-box
|
||||
font-size: 16pt
|
||||
width: 55%
|
||||
|
||||
@media screen and (max-width: 425px)
|
||||
.input-field
|
||||
width: 100%
|
||||
.configuration-row
|
||||
flex-direction: column
|
||||
align-items: flex-start
|
Reference in New Issue
Block a user