From b6be47a11a0414711eb34d3076091701fd17dfde Mon Sep 17 00:00:00 2001 From: Daniel Hartmann Date: Wed, 1 Nov 2017 22:11:16 +0100 Subject: [PATCH 1/2] min-width typo --- docs/source/docs/min-width.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/min-width.blade.md b/docs/source/docs/min-width.blade.md index 53b0e9743..60e8a7c20 100644 --- a/docs/source/docs/min-width.blade.md +++ b/docs/source/docs/min-width.blade.md @@ -41,7 +41,7 @@ title: "Min-Width" .min-w-full min-width: 100%; - Set the element's minimum width to 0.5rem. + Set the element's minimum width to 100%. From 9b8a05732eb80642b6079c96bde51c4ffaa54801 Mon Sep 17 00:00:00 2001 From: Daniel Hartmann Date: Wed, 1 Nov 2017 23:01:19 +0100 Subject: [PATCH 2/2] fixed min-w-0 --- docs/source/docs/min-width.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/min-width.blade.md b/docs/source/docs/min-width.blade.md index 60e8a7c20..0ba5d58ef 100644 --- a/docs/source/docs/min-width.blade.md +++ b/docs/source/docs/min-width.blade.md @@ -36,7 +36,7 @@ title: "Min-Width" .min-w-0 min-width: 0; - Set the element's minimum width to 0.25rem. + Set the element's minimum width to 0. .min-w-full