Radarr/frontend/src/Parse/ParseResult.css
Mark McDowall faaef80a80 New: Added UI for parsing release names
(cherry picked from commit 85e285598106346099ceae676599c5cb4b789c92)
2023-07-18 07:21:02 +03:00

8 lines
81 B
CSS

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