Skip to content

Commit

Permalink
[4.2] Column Width (#38507)
Browse files Browse the repository at this point in the history
* [4.2] Column Width

Changes the css classes for the dropdown column selector to remove text wrapping

* remove bottom margin as requested
  • Loading branch information
brianteeman authored Sep 6, 2022
1 parent e45630a commit 8bb8794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/media_source/system/js/table-columns.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TableColumns {
$button.setAttribute('aria-expanded', 'false');

const $ul = document.createElement('ul');
$ul.setAttribute('class', 'list-unstyled p-2');
$ul.setAttribute('class', 'list-unstyled p-2 text-nowrap mb-0');
$ul.setAttribute('id', 'columnList');

// Collect a list of headers for dropdown
Expand Down

0 comments on commit 8bb8794

Please sign in to comment.