mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-12 10:25:51 +00:00
Removed hyphenation in links (#8754)
Some checks are pending
CI / build (push) Waiting to run
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / dist-build (push) Blocked by required conditions
CI / svelte-check (push) Blocked by required conditions
CI / docker-build (push) Blocked by required conditions
Some checks are pending
CI / build (push) Waiting to run
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / dist-build (push) Blocked by required conditions
CI / svelte-check (push) Blocked by required conditions
CI / docker-build (push) Blocked by required conditions
This commit is contained in:
parent
c721929021
commit
3ffce26d51
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user