Skip to content

Commit

Permalink
fix: toolbar button not having any margin (#2196)
Browse files Browse the repository at this point in the history
* Fix toolbar button not having any margin [ci visual]

* Fix lint [ci visual]

Co-authored-by: Milos Rujevic (mikeRujevic) <milos.rujevic@sap.com>
  • Loading branch information
itmilos and itmilos committed Mar 22, 2021
1 parent 82fa85a commit e968b63
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/toolbar.scss
Expand Up @@ -153,29 +153,20 @@ $title-toolbar-height: 2.75rem;
display: block;
text-align: left;
width: auto;
margin: 0.1875rem 0;

@include fd-rtl() {
text-align: right;
}
}

> .#{$block}__separator {
height: 0.0625rem;
margin: 0.375rem 0.1875rem;
margin: 0.1875rem;
width: auto;
background-color: var(--sapToolbar_SeparatorColor);
}

.#{$block}__overflow__label {
&.#{$fd-namespace}-label {
margin: 0.375rem 0;
}
}

.#{$block}__overflow__form-label {
&.#{$fd-namespace}-form-label {
margin: 0.625rem 0 0.125rem 0;
}
}
.#{$block}__overflow__form-label,
.#{$block}__overflow__label {
overflow: hidden;
Expand Down

0 comments on commit e968b63

Please sign in to comment.