OpenGPT / client /css /field.css
AchyuthGamer's picture
Duplicate from AchyuthGamer/Neonaa
0c4cce1
.field {
display: flex;
align-items: center;
padding: 4px;
}
@media screen and (max-width: 990px) {
.field {
flex-wrap: nowrap;
}
}