From: Marcel Werk Date: Tue, 13 May 2014 21:45:06 +0000 (+0200) Subject: Fixed width of the twitter widget X-Git-Tag: 2.0.7~36 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=162bb2337787868e08f4ead9330c33d5290ef2c9;p=GitHub%2FWoltLab%2FWCF.git Fixed width of the twitter widget --- 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 */