Merge pull request #9911 from frpg/public_chats_grid_fix

Public chats grid flex fix
pull/9913/head
Thibault Duplessis 2021-10-02 17:06:59 +02:00 committed by GitHub
commit 681bbeb51b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
.player_chats {
@extend %break-word;
@extend %flex-wrap;
overflow: hidden;
}