Skip to content

Commit

Permalink
fix padding issues in bootstrap 5 theme
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed May 26, 2022
1 parent 7dce5cf commit d6fc9dc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions dist/css/tabulator_bootstrap5.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bootstrap5.css.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions src/scss/themes/bootstrap/tabulator_bootstrap5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,15 @@ $table-cell-padding-sm: 5px;
}
}
}

.tabulator-row{
padding-top: 0;
padding-bottom: 0;
}

.tabulator-col-resize-handle{
padding:0;
}
}


Expand Down

0 comments on commit d6fc9dc

Please sign in to comment.