Skip to content

Commit 0eef2b2

Browse files
authored
Merge pull request #59 from stefanv/style-selector-box
Style selector box
2 parents 8b63ecf + 8cb4c11 commit 0eef2b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/global.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,17 @@ a {
5353
min-width: 9rem;
5454
display: flex;
5555
flex-direction: column;
56+
flex-shrink: 0;
5657
}
5758
.filter {
5859
background: #eee;
5960
padding: 2rem;
6061
}
62+
.filter label {
63+
display: inline-block;
64+
white-space: nowrap;
65+
margin-top: 0.5rem;
66+
}
6167
.section {
6268
font-weight: bold;
6369
margin-bottom: 0.5rem;
@@ -85,6 +91,7 @@ a {
8591
.jobList {
8692
display: flex;
8793
flex-wrap: wrap;
94+
flex-grow: 1;
8895
}
8996
.job {
9097
width: 30rem;

0 commit comments

Comments
 (0)