Skip to content

Commit f14c513

Browse files
committed
fix(unity-bootstrap-theme): changed margin-top to padding-top on uds-anchor-menu-wrapper
UDS-1987
1 parent 2351d9f commit f14c513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_anchor-menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
.uds-anchor-menu-wrapper {
8686
flex-direction: row;
87-
margin-top: 3px;
87+
padding-top: 3px;
8888
}
8989

9090
h4, h2 {

0 commit comments

Comments
 (0)