From 6b98d91de087aef9999139b4c88a6763f2f7bce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 16 Aug 2022 16:16:22 -0400 Subject: [PATCH] fix: closes https://github.com/NodeBB/NodeBB/issues/10706 --- less/header.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/less/header.less b/less/header.less index 769638f..e7c380a 100644 --- a/less/header.less +++ b/less/header.less @@ -205,7 +205,9 @@ .notif-dropdown-link { border-top: 1px solid rgba(163, 163, 163, 0.5); - + .btn-group-justified { + table-layout: auto; + } a { text-align: center; padding: 0.5em 0.5em;