fixes height of participation not allowed message
This commit is contained in:
@@ -206,9 +206,9 @@
|
|||||||
.participation-not-allowed {
|
.participation-not-allowed {
|
||||||
background: $warning-bg;
|
background: $warning-bg;
|
||||||
color: $color-warning;
|
color: $color-warning;
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
|
min-height: 100%;
|
||||||
padding: $line-height $line-height/2;
|
padding: $line-height $line-height/2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user