commit 395a8204d46a8f4f6e82abaffab7676f0f4639fb Author: Karsten Loesing karsten.loesing@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) */