From 0a619bac8fb19d63bf1ca2cefa3d202d8197800e Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Fri, 1 Jun 2018 08:42:10 +0200 Subject: [PATCH] Always center content without leaking in card --- resources/assets/sass/custom.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 55f0b464c..e48165be8 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -55,11 +55,7 @@ body, button, input, textarea { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - padding: 0; - background-color: #fff; + margin: auto !important; } .card.status-container .status-comments { @@ -104,4 +100,4 @@ body, button, input, textarea { .notification-page .list-group-item:first-child { border-top: none; -} \ No newline at end of file +}