mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 02:56:05 +00:00
Add text-overflow class
This commit is contained in:
@@ -12,3 +12,9 @@ body {
|
||||
margin-bottom: 0.1em;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.text-overflow {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user