From 699563515d975680adf620cdc2252c968b0e270c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sat, 26 Sep 2020 02:44:46 +0300 Subject: [PATCH] fix: spoiler summary overflows it's parent --- client/themes/default/scss/app.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/themes/default/scss/app.scss b/client/themes/default/scss/app.scss index f5bb17f9e..b904cc9c8 100644 --- a/client/themes/default/scss/app.scss +++ b/client/themes/default/scss/app.scss @@ -801,10 +801,9 @@ border-radius: 7px; background-color: mc('grey', '50'); cursor: pointer; - height: 40px; - display: flex; + display: list-item; align-items: center; - padding: 0 1rem; + padding: 0.4rem 1rem; transition: background-color .4s ease; &:focus {