とりあえず、以下のCSSを追加してみるとましになりました。
bodyに設定された line-height: 0px; が影響して崩れるみたい。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
.tabulator { font-size: 10px; } .tabulator-col { height: 16pt; line-height: 16px; } .tabulator-tableHolder { line-height: 16px; } .tabulator-table { line-height: 16px; } .list-group-item { font-size: 10px; } |