From 20db9e1ff603e1f42c1eaf5c6bc23058efcb9ce2 Mon Sep 17 00:00:00 2001 From: anbuchelva Date: Thu, 16 Jan 2020 21:32:26 +0530 Subject: fix wrap issue on tag page --- assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index ace3084..3eeab39 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -6665,7 +6665,7 @@ body.okayNav-loaded { .okayNav__nav--visible { overflow: hidden; - white-space: nowrap; + white-space: normal; } .okayNav__nav--visible li { @@ -6674,7 +6674,7 @@ body.okayNav-loaded { } .okayNav__nav--visible li:first-child { - margin-left: 0; + margin-left: 15px; } .okayNav__nav--visible a { -- cgit v1.2.3