Merge "Fix collapsible user links issue on tablet breakpoint"

This commit is contained in:
jenkins-bot 2022-08-08 08:20:21 +00:00 committed by Gerrit Code Review
commit f366c2ad9c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
}
.user-links-collapsible-item {
@media ( max-width: @min-width-tablet ) {
@media ( max-width: @max-width-mobile ) {
display: none;
}
}