1header {
2 display: flex;
3 flex-direction: row;
4}
5
6label {
7 font-size: 14px;
8 font-weight: bold !important;
9 padding-right: 12px;
10}
11
12.filterissue-container {
13 display: flex;
14 flex-direction: row;
15 align-items: flex-start;
16 justify-content: left;
17}