diff --git a/css/app.css b/css/app.css index 6c157c00b..f25ec897c 100644 --- a/css/app.css +++ b/css/app.css @@ -2089,23 +2089,4 @@ a.success-action { } ::-webkit-scrollbar-corner { background: transparent -} - -/* clearfix */ -.clearfix:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; -} -.clearfix { - display: inline-block; -} -html[xmlns] .clearfix { - display: block; -} -* html .clearfix { - height: 1%; -} +} \ No newline at end of file diff --git a/js/id/ui/preset_grid.js b/js/id/ui/preset_grid.js index dd17f756e..fcf8d2ffc 100644 --- a/js/id/ui/preset_grid.js +++ b/js/id/ui/preset_grid.js @@ -22,7 +22,7 @@ iD.ui.PresetGrid = function(context) { .attr('class', 'fillL inspector-body inspector-body-' + entity.geometry(context.graph())); var grid = gridwrap.append('div') - .attr('class', 'preset-grid fillL clearfix') + .attr('class', 'preset-grid fillL cf') .data([context.presets().defaults(entity, 36).collection]); var show_more = gridwrap.append('div')