From 3447afffdd5fd8d3133add6f9e869d40d5b0ed4c Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Sun, 12 Jan 2020 13:18:07 +0300 Subject: [PATCH] fix position on "show more" button --- frontend/app/components/root/__show-more/root__show-more.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/root/__show-more/root__show-more.scss b/frontend/app/components/root/__show-more/root__show-more.scss index 0d309619..b077c3b1 100644 --- a/frontend/app/components/root/__show-more/root__show-more.scss +++ b/frontend/app/components/root/__show-more/root__show-more.scss @@ -1,4 +1,5 @@ .root__show-more { + display: block; width: 300px; max-width: 100%; margin: 20px auto;