mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-28 10:49:45 +02:00
Removed hyphenation in links (#8754)
This commit is contained in:
@@ -127,9 +127,9 @@ p {
|
||||
user-select:inherit;
|
||||
|
||||
a {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
hyphens: auto;
|
||||
// word-break: break-all;
|
||||
// word-break: break-word;
|
||||
// hyphens: auto;
|
||||
color: var(--theme-link-color);
|
||||
|
||||
&:hover,
|
||||
|
||||
Reference in New Issue
Block a user