From 7abad65a510f76a33587ba93067c712954ed55ae Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 23 Feb 2022 11:27:03 -0600 Subject: [PATCH] fix: saving status while fully offline --- app/assets/stylesheets/_editor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }