Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2018-01-03 10:42:03 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-01-03 10:42:03 +0300
commit7044ea82c17853c4d6d3483114b860ce4a5cf7b1 (patch)
tree3731c7260bec8a3d549401025559cea99c101bbd /docs/4.0/examples
parent1cfbb8305a5c8754e7448f3061e13b999020b69e (diff)
Patch fractional viewport widths to work around Safari rounding bug (#25177)
Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166
Diffstat (limited to 'docs/4.0/examples')
-rw-r--r--docs/4.0/examples/offcanvas/offcanvas.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/offcanvas/offcanvas.css b/docs/4.0/examples/offcanvas/offcanvas.css
index c23004ad49..1762cd5c13 100644
--- a/docs/4.0/examples/offcanvas/offcanvas.css
+++ b/docs/4.0/examples/offcanvas/offcanvas.css
@@ -17,7 +17,7 @@ footer {
* Off Canvas
* --------------------------------------------------
*/
-@media screen and (max-width: 767.99px) {
+@media screen and (max-width: 767.98px) {
.row-offcanvas {
position: relative;
transition: all .25s ease-out;