monra's picture
Improves responsiveness
7f0cf80
raw
history blame
140 Bytes
.field {
display: flex;
align-items: center;
padding: 4px;
}
@media screen and (max-width: 990px) {
.field {
flex-wrap: nowrap;
}
}