From cc1b6ea9e60c56caaaa0d890007fc0abf9d4dbb0 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Tue, 8 Feb 2022 11:01:05 +0100 Subject: [PATCH] related to #1607 popin adjusted to big tag names --- admin/themes/default/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 339019788..acfab6acb 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -3121,7 +3121,9 @@ a#showPermissions:hover {text-decoration: none;} flex-direction:column; border-radius:15px; align-items:center; - width: 270px; + width: auto; + min-width: 270px; + max-width: 700px; background-color: white; } @@ -3147,6 +3149,9 @@ a#showPermissions:hover {text-decoration: none;} margin-top: 15px; } +.RenameTagInputContainer { + width: 100%; +} .tag-property-label { color:#A4A4A4; font-weight:bold;