mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-06-06 12:29:35 +00:00
7 lines
148 B
SCSS
7 lines
148 B
SCSS
.text {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
word-wrap: break-word;
|
|
} |