Skip to content

Commit

Permalink
feat(edit-content) fix comment from design #30022
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Oct 23, 2024
1 parent dd2d19c commit dee2134
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@use "variables" as *;

ngx-monaco-editor {
height: 400px;
width: 100%;
border: $field-border-size solid $color-palette-gray-400;
border-radius: $border-radius-md;
display: flex;
:host {
ngx-monaco-editor {
height: 400px;
width: 100%;
padding: $spacing-0;
display: flex;
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
.dot-wysiwyg__editor {
display: flex;
flex-direction: column;
border: $field-border-size solid $color-palette-gray-400;
border-radius: $border-radius-md;

}

.dot-wysiwyg__controls {
Expand Down Expand Up @@ -46,8 +49,7 @@
}

.tox-tinymce {
border: $field-border-size solid $color-palette-gray-400;
border-radius: $border-radius-md;
border: none;
}

p-dropdown {
Expand Down

0 comments on commit dee2134

Please sign in to comment.