From e447d532f37c0c234b7965fdcb782be8ed2a0edf Mon Sep 17 00:00:00 2001 From: tyr Date: Sun, 21 Apr 2013 10:54:43 +0200 Subject: [PATCH] use 100% for browsers without calc() support --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 7e7efa868..47ca494ce 100644 --- a/css/app.css +++ b/css/app.css @@ -1496,7 +1496,7 @@ div.combobox { .additional-tags div.tag-help { float: left; - width: 33.3333%; + width: 100%; width: -webkit-calc(100% + 40px); width: calc(100% + 40px); }