とりあえず、以下のCSSを追加してみるとましになりました。
bodyに設定された line-height: 0px; が影響して崩れるみたい。
.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; }