From 162bb2337787868e08f4ead9330c33d5290ef2c9 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 13 May 2014 23:45:06 +0200 Subject: [PATCH] Fixed width of the twitter widget --- wcfsetup/install/files/style/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout.less b/wcfsetup/install/files/style/layout.less index 4743e550e6..275800b882 100644 --- a/wcfsetup/install/files/style/layout.less +++ b/wcfsetup/install/files/style/layout.less @@ -2326,7 +2326,7 @@ see: http://beta.woltlab.com/index.php/Thread/3874-Kosmetik-Darstellungsfehler-I /* twitter timeline on ACP index */ #news-twitter-timeline > iframe { - width: 100%; + width: 100% !important; } /* jQuery UI resizable */ -- 2.20.1