kopia lustrzana https://github.com/Aonrud/ila-microblog.pub
fix: Hide horizontal overflow text on posts where word length is greater than width
rodzic
7cf30fdc12
commit
0e66e9d29b
|
@ -100,6 +100,10 @@ header.microblog {
|
|||
}
|
||||
}
|
||||
}
|
||||
p {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.ap-object-expanded {
|
||||
|
|
Ładowanie…
Reference in New Issue