mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 01:31:52 +00:00
fix broke width of containers in docs given change to use width over max-width
This commit is contained in:
parent
394161f281
commit
b24adeb82f
1 changed files with 5 additions and 0 deletions
|
|
@ -622,6 +622,11 @@ h1[id] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Undo width of container */
|
||||||
|
.bs-example .container {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tweak content of examples for optimum awesome */
|
/* Tweak content of examples for optimum awesome */
|
||||||
.bs-example > p:last-child,
|
.bs-example > p:last-child,
|
||||||
.bs-example > ul:last-child,
|
.bs-example > ul:last-child,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue