From 6963e662eff7c169857920298b4b0fc37362d649 Mon Sep 17 00:00:00 2001 From: azivner Date: Sun, 30 Dec 2018 19:15:44 +0100 Subject: [PATCH] fix layout on chrome --- src/public/stylesheets/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/mobile.css b/src/public/stylesheets/mobile.css index 3af321d82..a37804c60 100644 --- a/src/public/stylesheets/mobile.css +++ b/src/public/stylesheets/mobile.css @@ -52,8 +52,8 @@ html, body { #note-title-row { display: flex; - padding-right: 10px; - padding-left: 10px; + padding-left: 15px; + flex-shrink: 0; } .action-button {