mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
fix broken table in the forms docs
This commit is contained in:
@@ -7,25 +7,25 @@
|
||||
//
|
||||
// Doesn't use the default `.container` styles for easier modifications.
|
||||
|
||||
.bd-container {
|
||||
position: relative;
|
||||
max-width: 62rem;
|
||||
padding: 0 1rem 1rem;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
.bd-content {
|
||||
// position: relative;
|
||||
// max-width: 62rem;
|
||||
// padding: 0 1rem 1rem;
|
||||
// margin-right: auto;
|
||||
// margin-left: auto;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
padding: 4rem;
|
||||
|
||||
.carbonad {
|
||||
float: right !important;
|
||||
margin: .5rem 0 1rem 2rem !important;
|
||||
}
|
||||
}
|
||||
// @include media-breakpoint-up(md) {
|
||||
// padding: 2rem;
|
||||
// }
|
||||
//
|
||||
// @include media-breakpoint-up(lg) {
|
||||
// padding: 4rem;
|
||||
//
|
||||
// .carbonad {
|
||||
// float: right !important;
|
||||
// margin: .5rem 0 1rem 2rem !important;
|
||||
// }
|
||||
// }
|
||||
|
||||
> table {
|
||||
display: block;
|
||||
@@ -47,6 +47,10 @@
|
||||
vertical-align: top;
|
||||
// border-top: 1px solid $table-border-color;
|
||||
border: 1px solid $table-border-color;
|
||||
|
||||
> p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user