mirror of
https://github.com/h44z/wg-portal.git
synced 2025-08-18 19:22:23 +00:00
feat: add overflow-break to text-wrap class
This commit is contained in:
parent
2cb5355973
commit
38222b3c83
@ -2,4 +2,8 @@ a.disabled {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-wrap {
|
||||||
|
overflow-break: anywhere;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user