Skip to content

Commit

Permalink
fix(control): do not grow right part when it is following left part
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Dec 28, 2023
1 parent 2902d44 commit 69f6547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/SControlRight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ provideControlPosition('right')
.SControl.small .SControlRight { gap: 8px; }
.SControl.medium .SControlRight { gap: 12px; }
.SControlLeft + .SControlRight {
flex-grow: 0;
}
</style>

0 comments on commit 69f6547

Please sign in to comment.