limit tournament description height - closes #6358

pull/6413/head
Thibault Duplessis 2020-04-15 12:57:09 -06:00
parent a70eb1da11
commit e7dd2cd42a
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@
}
.description {
@extend %break-word;
max-height: 20vh;
overflow-y: auto;
}
}
.chat__members {