[libadwaita/wip/exalm/stylesheet2: 31/103] stylesheet: Use padding instead of margin for dropdown listview




commit 50d229b20ca65621caae95eb64f2eadb07ffb602
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 17:43:06 2021 +0500

    stylesheet: Use padding instead of margin for dropdown listview
    
    Avoid cut off edges

 src/stylesheet/_common.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index d800ef4..0ca89e7 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1161,8 +1161,7 @@ combobox {
    padding: 0;
 
    listview {
-
-      margin: 8px 0;
+      padding: 8px 0;
 
       &>row {
          padding: 8px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]