From bf982c5c9d9533315f89b70ee4cc7ae28e378c99 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Thu, 16 May 2013 17:53:39 -0400 Subject: [PATCH] fixed the width rules for add tag button. --- css/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 09c1d1b35..1b210159e 100644 --- a/css/app.css +++ b/css/app.css @@ -1436,8 +1436,7 @@ div.combobox { /* Adding form fields to tag editor */ .inspector-inner .add-tag { - width: -webkit-calc(50% - 20px); - width: calc(50% - 20px); + width: 40%; height: 30px; border-top: 0; background: rgba(0,0,0,.5);