From a4f1d0bc437e45e0fc9208b2210fe24e172b46c3 Mon Sep 17 00:00:00 2001
From: 0ko <0ko@noreply.codeberg.org>
Date: Sun, 4 Aug 2024 16:10:15 +0500
Subject: [PATCH] fix(ui): prevent uppercase in header of dashboard context
 selector

---
 web_src/css/dashboard.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web_src/css/dashboard.css b/web_src/css/dashboard.css
index 2ee2399d73..4bb9fa38bf 100644
--- a/web_src/css/dashboard.css
+++ b/web_src/css/dashboard.css
@@ -7,6 +7,7 @@
 .dashboard.feeds .context.user.menu .ui.header,
 .dashboard.issues .context.user.menu .ui.header {
   font-size: 1rem;
+  text-transform: none;
 }
 
 .dashboard.feeds .filter.menu,