From 44f98d9f7197df37be3894711f640c06450d15ff Mon Sep 17 00:00:00 2001 From: Enix Date: Wed, 13 Jun 2018 10:44:43 +0800 Subject: [PATCH] fix(settings-bar): prevent placeholder bar shrink --- src/content.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.less b/src/content.less index 6c88504..354c551 100644 --- a/src/content.less +++ b/src/content.less @@ -344,6 +344,7 @@ } } .placeholder-row { + flex-shrink: 0; display: flex; justify-content: flex-end; align-items: center;