From 700f957d9a9b26cdcacc99eb7fa89dfaca5e2cf1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 22 Oct 2020 14:26:21 -0400 Subject: [PATCH] Adwaita: Set border-spacing for entries When our entries contain icons, they should not run directly into the text, so put some spacing between the children of entries. --- 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 59d57f9259..eb257182e0 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -283,6 +283,7 @@ entry { padding-right: 8px; border: 1px solid; border-radius: $button_radius; + border-spacing: 6px; transition: all 200ms $ease-out-quad; @include entry(normal);