[tor-commits] [metrics-web/master] Avoid vertical flags in narrow browser windows.

karsten at torproject.org karsten at torproject.org
Mon Mar 9 10:20:27 UTC 2020


commit 395a8204d46a8f4f6e82abaffab7676f0f4639fb
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Mar 9 11:11:05 2020 +0100

    Avoid vertical flags in narrow browser windows.
    
    Fix provided by RaBe.
    
    Fixes #28317.
---
 src/main/resources/web/css/atlas.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/web/css/atlas.css b/src/main/resources/web/css/atlas.css
index 2a2064f..91fa2cd 100644
--- a/src/main/resources/web/css/atlas.css
+++ b/src/main/resources/web/css/atlas.css
@@ -67,7 +67,7 @@ td, th {
 }
 
 .flags-cell {
-    width: 150px;
+    min-width: 150px;
 }
 
 /* Allow displaying long contact info (#23868) */



More information about the tor-commits mailing list