diff --git a/styles/fonts/all.css b/styles/fonts/all.css index 81ca9e2..e32fd9f 100644 --- a/styles/fonts/all.css +++ b/styles/fonts/all.css @@ -3,4 +3,7 @@ .collapsible > li > header { font-weight: bold; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } \ No newline at end of file diff --git a/styles/fonts/all.navbar.css b/styles/fonts/all.navbar.css index a7e41f9..d670364 100644 --- a/styles/fonts/all.navbar.css +++ b/styles/fonts/all.navbar.css @@ -1,4 +1,10 @@ nav .brand-logo { - font-size: 1.25rem !important; - font-weight: bold; + font-size: 1.25rem !important; + font-weight: bold; +} + +nav > span { + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } \ No newline at end of file