From 25545ef3706593e0d88d388901fb9a8a10d7d127 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Oct 06 2021 14:03:16 +0000 Subject: Set minimal pop up width Github: This fixes #112 This fixes pagure #7 --- diff --git a/common/popup.css b/common/popup.css index 4b6ac6b..144d3a3 100644 --- a/common/popup.css +++ b/common/popup.css @@ -15,6 +15,7 @@ body { grid-gap: 3em; padding: 1em; margin: 1em; + min-width: 25em; } h3 {