chat / client /css /field.css
ehristoforu's picture
Duplicate from CofEngine/chat
9c63db9
raw
history blame contribute delete
140 Bytes
.field {
display: flex;
align-items: center;
padding: 4px;
}
@media screen and (max-width: 990px) {
.field {
flex-wrap: nowrap;
}
}