Skip to content

Commit 5283dab

Browse files
authored
Do not set max-width: 100% on Tabulator table node (#7626)
1 parent 62cd70d commit 5283dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/styles/models/tabulator.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.tabulator-table {
2-
max-width: 100%;
2+
max-width: max-content;
33

44
.tabulator-row .row-content .bk-panel-models-markup-HTML {
55
white-space: normal;

0 commit comments

Comments
 (0)