From d26dbc341c5be8e69c3efa585bf8003b604bd7d5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 13 Apr 2014 22:55:22 +0200 Subject: [PATCH 1/1] luci2: make sort / remove column in L.cbi.TableSection as narrow as possible --- luci2/htdocs/luci2/luci2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 2b13604..7ade584 100644 --- a/luci2/htdocs/luci2/luci2.js +++ b/luci2/htdocs/luci2/luci2.js @@ -7053,6 +7053,7 @@ function LuCI2() if (this.options.addremove !== false || this.options.sortable) { row.append($('') + .css('width', '1%') .addClass('text-right') .append($('
') .addClass('btn-group') -- 2.11.0