Skip to content

Commit

Permalink
Fix raw-dialog textarea scroll and wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-pratt committed Nov 21, 2024
1 parent 5ff3191 commit eedd8ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default {
overflow: auto;
min-height: 28px;
max-height: 85vh;
min-width: 800px;
min-width: 830px;
background-color: var(--color-background-base-selected);
}
.raw-dialog .toolbar-wrapper {
Expand All @@ -353,6 +353,5 @@ export default {
.v-textarea :deep(textarea) {
margin-top: 10px;
font-family: 'Courier New', Courier, monospace;
overflow-y: scroll;
}
</style>

0 comments on commit eedd8ec

Please sign in to comment.