şundan çatallanmış cybrespace/mastodon
Fix word-break in account profiles
word-break:break-all is a surefire way to break things. It should be set to normal. This merge just set it back to what it should be. Tested on Firefox 52.0.2 and Chrome 56.0.2924.87 with no detected errors.
Bu işleme şunda yer alıyor:
ebeveyn
3a62721e54
işleme
f4b5fe9caf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
|
@ -424,7 +424,7 @@ a.status__content__spoiler-link {
|
||||||
|
|
||||||
.account__header__content {
|
.account__header__content {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $color3;
|
color: $color3;
|
||||||
|
|
Yükleniyor…
Tablo ekle
Yeni konuda referans