From 031fafe426877bd385049529f4f556de9f6ccbc0 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 3 Feb 2013 21:17:00 +0100 Subject: [PATCH] Added fixed width for popovers --- wcfsetup/install/files/style/global.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index 380c8435fe..fcf7e188c7 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -170,12 +170,12 @@ body > iframe[src="about:blank"] { /* popover */ .popover { background-color: rgba(0, 0, 0, .4); - max-width: 450px; min-height: 32px; - min-width: 150px; + max-height: 300px; padding: @wcfGapSmall; position: absolute; vertical-align: middle; + width: 400px !important; z-index: 500; .borderRadius(6px); -- 2.20.1