Skip to content

Commit

Permalink
fixup! fix: Move scroll container definition outside of core text com…
Browse files Browse the repository at this point in the history
…ponents
  • Loading branch information
juliusknorr committed Jan 30, 2023
1 parent 35fa259 commit 0ccad06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Menu/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,9 @@ export default {
}

.text-menubar__slot {
// width: 100%;
justify-content: flex-end;
display: flex;
min-width: max(0px, calc((100% - var(--text-editor-max-width)) / 2));
min-width: max(0px, min(200px, (100% - var(--text-editor-max-width)) / 2));
}

&.text-menubar--is-workspace {
Expand Down

0 comments on commit 0ccad06

Please sign in to comment.