Selaa lähdekoodia

Fix line breaks in hashtag autosuggestions in web UI (#11764)

master^2
Eugen Rochko 4 vuotta sitten
committed by GitHub
vanhempi
commit
7db2c2e2ba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      app/javascript/styles/mastodon/components.scss

+ 4
- 1
app/javascript/styles/mastodon/components.scss Näytä tiedosto

@@ -507,6 +507,7 @@
flex: 1 1 auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

strong {
@@ -515,8 +516,10 @@

&__uses {
flex: 0 0 auto;
width: 80px;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}



Ladataan…
Peruuta
Tallenna