From 3edcff74a2050ab737d0693e98085a1beceb0913 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 4 Oct 2020 11:13:25 +0300 Subject: [PATCH] give breadcrumbs less space because they still sometimes overflow --- frontend/src/Home/Home.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Home/Home.scss b/frontend/src/Home/Home.scss index 9c7d4c3..3a2abb4 100644 --- a/frontend/src/Home/Home.scss +++ b/frontend/src/Home/Home.scss @@ -26,7 +26,7 @@ > * { // keeps the breadcrumbs from taking all the space - max-width: 70%; + max-width: 65%; } * {