From fe08bdc93ce012aeb3a72bf454407be68a011fdc Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 6 May 2022 20:19:45 -0500 Subject: [PATCH] Prevent navbar items from wrapping --- assets/css/bobastyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index b1393a1..6eaa757 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -415,6 +415,7 @@ .navbar a { padding: 8px 12px; border-radius: 12px; + white-space: nowrap; } .navbar-item:hover,