Fix alertify style which made the registration popup look bad

This commit is contained in:
Caleb James DeLisle
2017-08-11 17:49:19 +02:00
parent 878a565f89
commit 196ce3b3f7

View File

@@ -94,6 +94,7 @@
background-color: @alertify-dialog-bg;
&.half {
width: 50%;
max-width: 50%;
@media (max-width: @browser_media-medium-screen) {
width: 100%;
}