Fix IE11 alert layout again.

REL-1_X
Surinder Kumar 2017-07-10 13:49:47 +01:00 committed by Dave Page
parent ecd95141f3
commit 33e56272ca
1 changed files with 4 additions and 0 deletions

View File

@ -169,3 +169,7 @@ button.pg-alertify-button {
@extend .border-green-2;
@extend .ajs-text-smoothing;
}
.media-body {
display: table-row;
}