bootstrapでかっこいいテーブルtabulatorを使うと崩れる時の対処

とりあえず、以下の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;
}

投稿日

カテゴリー:

投稿者:

タグ: