Skip to content

Commit 16b7c4f

Browse files
committed
Log/history-widget: allow history table to use all available width
1 parent b5a16e0 commit 16b7c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django/applications/catmaid/static/js/widgets/history-log-widget.js

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
dom: "lrphtip",
280280
paging: true,
281281
lengthMenu: [CATMAID.pageLengthOptions, CATMAID.pageLengthLabels],
282+
autoWidth: false,
282283
serverSide: true,
283284
ajax: function(data, callback, settings) {
284285
var params = -1 === data.length ? undefined : {

0 commit comments

Comments
 (0)