From 747ed18d207c36dc05dbeaaf359bf1967ff33a5c Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sun, 15 Jan 2023 15:53:02 +0100 Subject: [PATCH] Fix some overflows. --- docs/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/static/style.css b/docs/static/style.css index 14920ca..07f09c2 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -31,6 +31,9 @@ h1 font-size: 28px; margin-top: 0px; margin-bottom: 20px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } h2 @@ -143,6 +146,9 @@ li .navigation_item { padding: 5px 10px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .navigation_item.selected