From 36c8181c7f9ae79bdf1911ec568a7a0f24a6503d Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 30 Jun 2023 16:22:21 -0700 Subject: [PATCH] libsysprof-gtk: increase height of ruler --- src/libsysprof-gtk/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsysprof-gtk/style.css b/src/libsysprof-gtk/style.css index 947b86c9..db0e31c6 100644 --- a/src/libsysprof-gtk/style.css +++ b/src/libsysprof-gtk/style.css @@ -72,6 +72,7 @@ markchart { } timeruler { + min-height: 24px; font-size: 0.833em; color: alpha(currentColor, .8); }