Always center content without leaking in card

This commit is contained in:
Stasiek Michalski 2018-06-01 08:42:10 +02:00 committed by GitHub
parent d2ed666321
commit 0a619bac8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}