From 7dd5a3660313cba9c92e6fa4560d6aa43a9cb175 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 2 Apr 2013 11:36:40 -0400 Subject: [PATCH] fix for #1192 --- css/app.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 2dd022eca..a5fc32bf4 100644 --- a/css/app.css +++ b/css/app.css @@ -1375,15 +1375,17 @@ div.combobox { } .additional-tags div.tag-help { - margin-right: -40px; - border-left: 1px solid transparent; + float: left; + width: 33.3333%; + width: -webkit-calc(100% - 40px); + width: calc(100% + 40px); } img.wiki-image { float: left; width: 33.3333%; - width: calc(33.3333% - 10px); width: -webkit-calc(33.3333% - 10px); + width: calc(33.3333% - 10px); margin-right: 20px; border-radius: 4px; max-height: 200px;