summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/components/projects/FilterPanel.module.css
blob: 15c36821365bb4e7229970749982d756311b1c58 (plain)
1
2
3
4
5
6
7
.filterPanel {
    display: flex;
}

.filterPanel > button {
    flex: 1 !important;
}