style: limit width allowed for platform name (#43304)

This commit is contained in:
Frédéric Péters 2020-05-26 10:14:48 +02:00
parent 5b4b10c81f
commit 195d14ee65
1 changed files with 5 additions and 0 deletions

View File

@ -172,6 +172,11 @@ ul.user-info {
a {
border: none;
color: $font-color;
display: block;
max-width: 20em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}
@media screen and (max-width: $mobile-limit) {