servicepoint-tanks/tank-frontend/src/components/Row.css
2024-04-13 23:53:09 +02:00

9 lines
130 B
CSS

.Row {
display: flex;
flex-direction: row;
flex: auto;
max-width: 100%;
align-items: stretch;
gap: 8px;
}