Fix IE11 alert layout again.

This commit is contained in:
Surinder Kumar
2017-07-10 13:49:47 +01:00
committed by Dave Page
parent ecd95141f3
commit 33e56272ca

View File

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