summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-04-13 22:55:22 +0200
committerJo-Philipp Wich <jow@openwrt.org>2014-04-13 22:55:22 +0200
commitd26dbc341c5be8e69c3efa585bf8003b604bd7d5 (patch)
tree99f989be1a6f08218ce4453e354546f87e0b45f1
parent7887ec7cd3897733129a4aa649d4c544418faeea (diff)
downloadluci2-ui-d26dbc341c5be8e69c3efa585bf8003b604bd7d5.tar.gz
luci2: make sort / remove column in L.cbi.TableSection as narrow as possible
-rw-r--r--luci2/htdocs/luci2/luci2.js1
1 files changed, 1 insertions, 0 deletions
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($('<td />')
+ .css('width', '1%')
.addClass('text-right')
.append($('<div />')
.addClass('btn-group')