fixes height of participation not allowed message

This commit is contained in:
decabeza
2017-05-26 14:40:25 +02:00
parent 04c9aeedac
commit e31a1ea39e

View File

@@ -206,9 +206,9 @@
.participation-not-allowed {
background: $warning-bg;
color: $color-warning;
height: 100%;
left: 0;
line-height: $line-height;
min-height: 100%;
padding: $line-height $line-height/2;
position: absolute;
text-align: center;