Lidarr/frontend/src/Parse/ParseResult.css

9 lines
81 B
CSS

.container {
display: flex;
flex-wrap: wrap;
}
.column {
flex: 0 0 50%;
}