arles-2020: keep pwa entries text in one line (#40677)

This commit is contained in:
Serghei Mihai 2020-03-23 19:36:57 +01:00
parent 1208c915b4
commit d7d18ef2a0
1 changed files with 7 additions and 2 deletions

View File

@ -51,7 +51,9 @@ div.gru-nav .gru-nav-button {
#pwa-navigation {
border-top: 1px solid #ddd;
width: 100vw;
ul li {
max-width: 30%;
margin: 0;
a {
display: flex;
@ -62,10 +64,13 @@ div.gru-nav .gru-nav-button {
> span {
height: auto;
width: 100%;
font-size: 85%;
font-size: 70%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
span.badge {
font-size: 75%;
font-size: 65%;
}
}
}