From 108fe033aaec6cbb669cb753f33376e4469fdf0c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 16 Nov 2020 18:22:17 +0100 Subject: [PATCH] Adwaita: spinbutton spacing Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3370 --- gtk/theme/Adwaita/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 7c0a7ae56b..170a472a86 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -992,6 +992,7 @@ spinbutton { @extend %entry; padding: 0; + border-spacing: 0; %spinbutton_horz_entry { min-width: 28px;