From 33746dc63e9e9c9c0abe60e01f3aeb776a66bc81 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 24 Dec 2016 17:26:19 -0800 Subject: [PATCH] flex the modal header so we can remove custom styles updates the dom order in our docs to match (floated content comes first, but no need for that in flexbox) --- docs/components/modal.md | 23 +++++++++++------------ scss/_modal.scss | 8 +++----- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/docs/components/modal.md b/docs/components/modal.md index 23551efa35..b311ebf355 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -45,10 +45,10 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee