From a201a354f3a0ad101c7b0d7d84075cdf660cbe7a Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Tue, 31 Dec 2019 17:59:32 +0300 Subject: [PATCH] fix navbar overflow --- frontend/src/Home/Home.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/Home/Home.scss b/frontend/src/Home/Home.scss index 0b9347d..98c31b3 100644 --- a/frontend/src/Home/Home.scss +++ b/frontend/src/Home/Home.scss @@ -24,6 +24,11 @@ .bp3-navbar { transition: 0.3s; + > * { + // keeps the breadcrumbs from taking all the space + max-width: 70%; + } + * { transition: 0.3s; } @@ -45,4 +50,4 @@ .bp3-navbar { transition: 0.3s; } -} +} \ No newline at end of file