Skip to content

Commit

Permalink
more design adjustments
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Jul 11, 2024
1 parent 0229883 commit c01dfe4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/components/fields/TextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,15 @@ export default {
}
.copy-button {
bottom: 13px;
right: 13px;
bottom: 5px;
right: 5px;
}
:deep(.rich-contenteditable__input) {
.rich-contenteditable__input {
min-height: 34px;
> .rich-contenteditable__input {
border: 2px solid var(--color-primary-element) !important;
}
}
.shadowed .rich-contenteditable__input {
border: 2px solid var(--color-primary-element) !important;
}
}
</style>

0 comments on commit c01dfe4

Please sign in to comment.