diff --git a/app/frontend/src/stylesheets/application.scss b/app/frontend/src/stylesheets/application.scss index 37ba6b614..6f00bda41 100644 --- a/app/frontend/src/stylesheets/application.scss +++ b/app/frontend/src/stylesheets/application.scss @@ -81,4 +81,4 @@ @import "app.responsive"; -@import "overrides" +@import "overrides"; diff --git a/app/frontend/src/stylesheets/modules/base/fab-text-editor.scss b/app/frontend/src/stylesheets/modules/base/fab-text-editor.scss index e2e2942af..e0201918c 100644 --- a/app/frontend/src/stylesheets/modules/base/fab-text-editor.scss +++ b/app/frontend/src/stylesheets/modules/base/fab-text-editor.scss @@ -46,7 +46,7 @@ border-radius: 1px; } } - + // tiptap class for the editor .ProseMirror { max-height: 40vh; @@ -94,7 +94,7 @@ @include text-sm(); margin-top: 0; } - + input[type="text"], select { width: 100%; @@ -155,6 +155,11 @@ border-color: var(--information); } } + + button { + @include button(3.2rem); + margin-left: auto; + } } &-video {