mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-09 13:11:03 +02:00
Fixes #8278: fix on print
This commit is contained in:
@@ -86,4 +86,15 @@
|
||||
.label {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
.table {
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
.table-bordered {
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #ddd !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user