Skip to content

Commit 14b77c1

Browse files
PR changes.
1 parent 9b4636a commit 14b77c1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/app/shared/components/column-selector/column-selector.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $deselectSelectButtonBottomMargin: 5px;
77
}
88

99
.button-margin {
10-
margin-top: 4px;
10+
margin-top: 2px;
1111
margin-bottom: 2px;
1212
display: flex;
1313
justify-content: center;

src/app/shared/components/top-bar-table/top-bar-table.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="row sub-bar-wrapper no-margin">
2-
<div class="col-12 d-flex sub-bar align-items-center">
2+
<div class="col-12 d-flex sub-bar align-items-center buttonMarginBottom">
33
<h3 *ngIf="title" class="mb-0">{{ title }}</h3>
44
<div class="ml-auto d-flex">
55
<div>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.buttonMarginBottom {
2+
margin-bottom: 15px;
3+
}

0 commit comments

Comments
 (0)