2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Manually tweak some tables

This commit is contained in:
Mark Otto
2022-02-21 09:58:15 -08:00
parent 0a87bd0e95
commit 88fc9264db
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -57,12 +57,24 @@
}
// Prevent breaking of code
th,
td:first-child > code {
white-space: nowrap;
}
}
}
.table-options {
td:nth-child(2) {
min-width: 160px;
}
}
.table-options td:last-child,
.table-utilities td:last-child {
min-width: 280px;
}
.bd-title {
@include font-size(3rem);
}