1
0
Fork 0

Merge pull request #66 from hellcp/patch-1

Always center content without leaking in card
This commit is contained in:
daniel 2018-06-01 16:26:24 -06:00 committed by GitHub
commit a28f6f60bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -59,11 +59,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 {