app/assets/stylesheets/typus/hacks.css in typus-3.1.0 vs app/assets/stylesheets/typus/hacks.css in typus-3.1.1

- old
+ new

@@ -20,5 +20,14 @@ } .search-choice span { color: black!important; } + +/* frikin' forms hacks */ + +.chzn-search input { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + height:1em; +} \ No newline at end of file