Skip to content

Commit

Permalink
fix(options): remove margin-left for options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Jul 12, 2022
1 parent b97617c commit d7d240c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/header/options/options.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
.uip-options {
display: flex;
align-items: center;
justify-content: flex-end;
height: 100%;
margin-left: auto;
width: 100%;

&[label]::before {
position: static;
Expand Down
1 change: 1 addition & 0 deletions src/plugins/header/snippets/snippets.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
display: flex;
align-items: center;
height: 100%;
width: 100%;

.snippets {
&-dropdown {
Expand Down

0 comments on commit d7d240c

Please sign in to comment.