From 7483b4afc6fa5c2f0dc276e17f0e793891e0aa37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 6 Mar 2024 19:16:48 +0100 Subject: [PATCH] quickfix --- client/homebrew/navbar/navbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index 601310a71..9c153e381 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -244,7 +244,8 @@ top: 28px; right: 0px; z-index: 10000; - width: fit-content; + width: max-content; + min-width:100%; max-height: calc(100vh - 28px); overflow: hidden auto; display: flex; @@ -256,7 +257,6 @@ justify-content : space-between; align-items : center; width : 100%; - text-wrap : nowrap; border : 1px solid #888888; border-bottom : 0; animation-name : glideDropDown;