Skip to content

Commit 3d14740

Browse files
committed
1 parent 606437e commit 3d14740

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

frontend/src/pages/Fleets/List/styles.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.alertBox {
2+
margin-bottom: 12px;
3+
}
14
.filters {
25
display: flex;
36
flex-wrap: wrap;

frontend/src/pages/Runs/List/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.alertBox {
2-
margin-bottom: 16px;
2+
margin-bottom: 12px;
33
}
44
.selectFilters {
55
display: flex;

0 commit comments

Comments
 (0)