diff --git a/frontend/app/features/content/pages/content/editor/content-editor.component.scss b/frontend/app/features/content/pages/content/editor/content-editor.component.scss index ee8728272..d0018bf0d 100644 --- a/frontend/app/features/content/pages/content/editor/content-editor.component.scss +++ b/frontend/app/features/content/pages/content/editor/content-editor.component.scss @@ -10,6 +10,14 @@ border: 0; border-radius: 0; margin: 0; + + a { + cursor: pointer; + + &:hover { + text-decoration: underline; + } + } } .form-control { diff --git a/frontend/app/features/content/pages/content/editor/content-field.component.scss b/frontend/app/features/content/pages/content/editor/content-field.component.scss index 7c7045e34..cca6bd727 100644 --- a/frontend/app/features/content/pages/content/editor/content-field.component.scss +++ b/frontend/app/features/content/pages/content/editor/content-field.component.scss @@ -27,6 +27,10 @@ } } +.col-right { + position: relative; +} + .field { &-required { color: $color-theme-error;