diff --git a/app/modules/components/wysiwyg/wysiwyg.scss b/app/modules/components/wysiwyg/wysiwyg.scss index 3ddf3e7f..391c8dca 100644 --- a/app/modules/components/wysiwyg/wysiwyg.scss +++ b/app/modules/components/wysiwyg/wysiwyg.scss @@ -154,6 +154,9 @@ background-color: $white; border: 1px solid $gray-light; position: absolute; + &:empty { + border: 0; + } ul { margin-bottom: 0; } @@ -284,4 +287,3 @@ tg-wysiwyg { fill: $primary-light; } } -