Display pitch correctly on congratulations page

[MAILPOET-2142]
This commit is contained in:
Pavel Dohnal
2019-09-17 14:22:38 +02:00
committed by Jack Kitterhing
parent 81f1db2336
commit a222d91d71
2 changed files with 8 additions and 1 deletions

View File

@@ -36,3 +36,10 @@
width: 500px;
}
}
.mailpoet_congratulate_success.mailpoet_congratulate_mss_pitch {
.button,
img {
display: inline-block;
}
}