Skip to content

Commit

Permalink
Merge pull request #6614 from nextcloud/fix/6152-vartical-align-for-b…
Browse files Browse the repository at this point in the history
…uttons-in-code-block

fix(files): Align vertically bottons in code block
  • Loading branch information
JuliaKirschenheuter authored Nov 11, 2024
2 parents 7a939eb + d0a10d2 commit 7359918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export default {
align-items: stretch;
position: absolute;
right: 12px;
margin-top: 4px;
margin-top: 9px;
}

.split-view {
Expand Down

0 comments on commit 7359918

Please sign in to comment.