Skip to content

Commit 739e9d9

Browse files
authored
Merge pull request #132 from ASU/uds-395-header-buttons
fix(bootstrap4-theme): Fixed uneven spacing on global header buttons for mobile
2 parents 33593ae + a998f9c commit 739e9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bootstrap4-theme/src/scss/extends/_global-header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,11 @@ $fa-search: url($image-assets-path + '/font-awesome-svg/search.svg');
407407
border-top: 1px solid #d0d0d0;
408408

409409
.btn {
410-
margin-bottom: $uds-size-spacing-2;
410+
margin-bottom: $uds-size-spacing-1;
411411
}
412412

413413
.btn:last-of-type {
414-
margin-bottom: 0;
414+
margin-left: 0.5rem;
415415
}
416416
}
417417

0 commit comments

Comments
 (0)