Reduce height of tags in job list page

This commit is contained in:
kialam 2018-05-31 10:32:01 -04:00
parent 63f3a38ceb
commit 62f4beddb2

View File

@ -1,3 +1,7 @@
.ToggleComponent-wrapper {
line-height: initial;
}
.ToggleComponent-container {
display: flex;
flex-wrap: wrap;
@ -8,4 +12,8 @@
background: transparent;
color: @at-blue;
font-size: @at-font-size;
&:hover {
color: @at-blue-hover;
}
}