From 9b6a70cdb09553f1a7d9d804bd2e247ecc7e3675 Mon Sep 17 00:00:00 2001 From: ajugo Date: Wed, 16 Feb 2022 10:32:01 +0100 Subject: [PATCH] Improve RTF responsiveness - move button to the right side [SCI-5795] (#3854) --- app/assets/stylesheets/tiny_mce.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/tiny_mce.scss b/app/assets/stylesheets/tiny_mce.scss index a88d97e5e..4c3c04a6d 100644 --- a/app/assets/stylesheets/tiny_mce.scss +++ b/app/assets/stylesheets/tiny_mce.scss @@ -92,6 +92,7 @@ border: 1px solid $color-silver-chalice; cursor: pointer; font-size: 12px; + margin-left: auto; padding: 3px 10px 3px 10px; }