From 4857fecc41513c9bde3ddde21796c71985759803 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 26 Aug 2025 02:05:40 +0300 Subject: [PATCH] style/launcher/calendar: fix the width for the horizontal layout --- apps/client/src/stylesheets/theme-next/shell.css | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 8c460846f..65763260a 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -330,7 +330,6 @@ body.layout-horizontal > .horizontal { */ .calendar-dropdown-widget { - width: unset !important; padding: 12px; color: var(--calendar-color); user-select: none;