auto-adjust bottom margin 20px v1.6.1
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
var BOTTOM_MARGIN = 16; // breathing room below the columns
|
||||
var BOTTOM_MARGIN = 20; // breathing room below the columns (covers sub-pixel + borders so nothing overflows)
|
||||
var scheduled = false;
|
||||
|
||||
function apply() {
|
||||
|
||||
Reference in New Issue
Block a user