mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-24 23:20:59 +00:00
33ad106a25
Added all custom themes from the collection.
11 lines
No EOL
388 B
CSS
11 lines
No EOL
388 B
CSS
/*
|
|
Always show full name and handle:
|
|
- this removes the `...` and allows text to overflow past the column.
|
|
- this can look worse, but it can also prevent having to mouse over
|
|
to see the full name or handle.
|
|
- by default, it will also break long names onto a new line.
|
|
|
|
author: trwnh
|
|
license: Public Domain
|
|
*/
|
|
.display-name {overflow: visible; white-space: normal; word-wrap: break-word} |