use 100% for browsers without calc() support

This commit is contained in:
tyr
2013-04-21 10:54:43 +02:00
parent 1bf784ed15
commit e447d532f3
+1 -1
View File
@@ -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);
}