From a86c5de0afcd82dd8f0a4836b6c3e2b2d1960cbe Mon Sep 17 00:00:00 2001 From: Romain Cazier Date: Sun, 26 Jun 2022 20:32:42 +0200 Subject: [PATCH] Add a min-width to SVGs in the admin --- FieldtypeQRCode.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FieldtypeQRCode.css b/FieldtypeQRCode.css index 733c5b7..3faa165 100644 --- a/FieldtypeQRCode.css +++ b/FieldtypeQRCode.css @@ -21,6 +21,11 @@ height: auto; } +.gridQRCode > img[src*="svg"], +.gridQRCode > svg { + min-width: 100px; +} + .contentQRCode { color: #aaa; font-size: .875rem;