Tweak header divider line

This commit is contained in:
J. Ryan Stinnett 2019-02-13 10:52:03 +00:00
parent 7bad8d594d
commit 1359ac62cb
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@ limitations under the License.
.mx_HeaderButtons::before {
content: "";
background-color: $header-divider-color;
margin: 2px 20px 5px 15px ;
margin: 0 15px;
border-radius: 2px;
width: 2px;
}