From f0c72bdc3b6f68399c593c522ca4afb0972ce410 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 Apr 2019 18:58:40 -0400 Subject: [PATCH] Adwaita: Add spacing to message dialogs The text was running into the action area. --- gtk/theme/Adwaita/_common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 44e6fde534..dfc6862606 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3853,6 +3853,10 @@ messagedialog { // Message Dialog styling border-top-right-radius: 7px; } + box.dialog-vbox.vertical { + border-spacing: 10px; + } + &.csd { // rounded bottom border styling for csd version &.background { // bigger radius for better antialiasing