Skip to content

Commit

Permalink
Merge pull request #5833 from nextcloud/fix/align_preview_options
Browse files Browse the repository at this point in the history
fix(PreviewOptions): Set buttons position to absolute
  • Loading branch information
mejo- authored May 27, 2024
2 parents 5c5ed02 + 52a6252 commit 926e466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/PreviewOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {

<style lang="scss" scoped>
[data-text-preview-options] {
div[data-text-preview-options] {
position: absolute;
left: -44px;
}
Expand Down

0 comments on commit 926e466

Please sign in to comment.