Fixed overflow issue in ad locations
authorMarcel Werk <burntime@woltlab.com>
Sun, 18 Jan 2015 19:57:09 +0000 (20:57 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 18 Jan 2015 19:57:09 +0000 (20:57 +0100)
wcfsetup/install/files/style/layout.less

index 34530df1b15b17af998544bcf37a9da76daa2d46..9e5bd127939b367c2cc3aa6c1dd57fef77eda158 100644 (file)
@@ -2300,6 +2300,10 @@ ul.inlineDataList {
 }
 
 /* ad locations */
+.wcfAdLocation {
+       overflow: hidden;
+}
+
 .wcfAdLocationHeaderContent,
 .wcfAdLocationFooterContent,
 .wcfAdLocationFooterBottom {