From 1bf784ed15b9178e35841289ef356c1450bdf907 Mon Sep 17 00:00:00 2001 From: tyr Date: Sun, 21 Apr 2013 10:49:37 +0200 Subject: [PATCH] fixing typo in css ("-" instead of "+" - see unprefixed css property below) --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index df0c7a4e4..7e7efa868 100644 --- a/css/app.css +++ b/css/app.css @@ -1497,7 +1497,7 @@ div.combobox { .additional-tags div.tag-help { float: left; width: 33.3333%; - width: -webkit-calc(100% - 40px); + width: -webkit-calc(100% + 40px); width: calc(100% + 40px); }