From 5ba759135e8f93083667b251f36e086f19f5b0ac Mon Sep 17 00:00:00 2001 From: Fernanda Leite Date: Fri, 21 Jun 2019 05:02:21 -0300 Subject: [PATCH] Fix Responsive Size tablet at Typography Helpers Doc Page (#2536) * Fix Indeterminate Progress Bar animation in Firefox. Fixes #2258 * Fix is-size-1-tablet row in Responsive Size table .is-size-1-tablet affects all screen widths above 769px, not just between 769px and 1023px --- docs/documentation/modifiers/typography-helpers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 95c842e86..c977e1509 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -113,9 +113,9 @@ breadcrumb: is-size-1-tablet {{ unchanged }} {{ size1 }} - {{ unchanged }} - {{ unchanged }} - {{ unchanged }} + {{ size1 }} + {{ size1 }} + {{ size1 }} is-size-1-touch -- 2.47.2