Files
citrus-cms/template/assets/scss/custom/_tables.scss
T
2026-04-28 21:15:09 +03:00

22 lines
363 B
SCSS

//
// tables.scss
// Extended from Bootstrap
//
//
// Additional styles for theme
//
// Table shrink for better responsive
@include media-breakpoint-up(md) {
.table-shrink.table td, .table-shrink.table th {
white-space: inherit;
}
}
@include media-breakpoint-down(md) {
.table-shrink .table-title{
width: 200px;
white-space: normal;
}
}