[fractal] components: Fix alignment of Pills in GtkTextViews



commit c5d696e6002e4fce9392e9b9a1693bc068a889be
Author: Kévin Commaille <zecakeh tedomum fr>
Date:   Fri Jul 15 10:21:51 2022 +0200

    components: Fix alignment of Pills in GtkTextViews
    
    Fixes #880

 data/resources/style.css | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/data/resources/style.css b/data/resources/style.css
index 87a20f909..73ee84b23 100644
--- a/data/resources/style.css
+++ b/data/resources/style.css
@@ -190,6 +190,10 @@ location-viewer .map-marker {
   color: @accent_color;
 }
 
+entry .inline-pill {
+       margin-bottom: -0.5em;
+}
+
 
 /* Login */
 


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