From 7044ea82c17853c4d6d3483114b860ce4a5cf7b1 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 3 Jan 2018 07:42:03 +0000 Subject: 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 --- _data/browser-bugs.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '_data') diff --git a/_data/browser-bugs.yml b/_data/browser-bugs.yml index 339e2a18a..1ef63f26c 100644 --- a/_data/browser-bugs.yml +++ b/_data/browser-bugs.yml @@ -278,6 +278,16 @@ origin: > Bootstrap#20732 +- + browser: > + Safari + summary: > + CSS `min-width` and `max-width` media features should not round fractional pixel + upstream_bug: > + WebKit#178261 + origin: > + Bootstrap#25166 + - browser: > Safari (OS X) -- cgit v1.2.3