[DEV-228] Last activity menu style breaks in some languages (#1145)

This commit is contained in:
Joel Elias Méndez 2022-02-09 13:45:39 -03:00 committed by GitHub
parent 9cf71dcf66
commit c80c026617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
&__menu {
margin: 0 auto 20px auto;
width: 300px;
min-width: 300px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
}