Merge pull request #1352 from tyrasd/master

inline "taginfo" help broken on "additional tags"
This commit is contained in:
John Firebaugh
2013-04-21 16:40:52 -07:00

View File

@@ -1496,8 +1496,8 @@ div.combobox {
.additional-tags div.tag-help {
float: left;
width: 33.3333%;
width: -webkit-calc(100% - 40px);
width: 100%;
width: -webkit-calc(100% + 40px);
width: calc(100% + 40px);
}