Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz 2020-02-10 11:48:11 -05:00
commit 0e9ba3a88d

View File

@ -273,8 +273,6 @@ define([
var diff = tw - cw;
if (diff && diff > 0) {
$table.css('margin-right', diff+'px');
} else {
$table.css('margin-right', '');
}
queue.next();