From 14cb17c227ccad22cebc51aaf40505347fbd9f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sat, 2 Oct 2021 03:21:13 +0300 Subject: [PATCH] fix: spoiler summary overflows it's parent (#2502) --- 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 f49873b0..becfae35 100644 --- a/client/themes/default/scss/app.scss +++ b/client/themes/default/scss/app.scss @@ -804,10 +804,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 {