diff --git a/app/assets/stylesheets/_editor.scss b/app/assets/stylesheets/_editor.scss index 28ca04fe8..5548a570e 100644 --- a/app/assets/stylesheets/_editor.scss +++ b/app/assets/stylesheets/_editor.scss @@ -66,8 +66,8 @@ $heading-height: 75px; #save-status-container { position: relative; - min-width: 15ch; - max-width: 15ch; + min-width: 16ch; + max-width: 16ch; overflow: visible; margin-right: 20px; }