From c4131af275759df7e26d7f361d29f8e3835abcb8 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 7 Dec 2018 12:46:31 -0300 Subject: [PATCH] alineo datos header modal --- src/sass/_bootstrap.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index c4c874a..f7c471c 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -27,7 +27,13 @@ } .modal-content { .modal-header{ - display: block + display: block; + >div.row{ + margin: 0 !important; + >div{ + padding: 0 !important; + } + } } @media (max-width: 576px) { height: auto; -- 1.9.1