From c2d36c823fe2406a6a9b60aa83dcb15cd38df5d5 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 15 Oct 2019 10:39:36 +0200 Subject: [PATCH] Removed the line height to prevent text descenders being cut off in selects/dropdowns (#24731). --- assets/css/admin.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 9360b645f3a..b2be96306ea 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -6537,7 +6537,6 @@ table.bar_chart { select, input { - line-height: 1; height: 32px; }