Add right margin spacing to top nav refresh button (#48788) (#48804)

This commit is contained in:
Melissa Alvarez 2019-10-21 15:30:07 -04:00 committed by GitHub
parent 77a1434662
commit 1c6b6c0356
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,7 @@
.mlNavigationMenu__topNav {
padding-top: $euiSizeS;
margin-right: $euiSizeS;
}
.mlNavHorizontalRule {