mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-13 02:41:11 +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;
|
user-select:inherit;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
word-break: break-all;
|
// word-break: break-all;
|
||||||
word-break: break-word;
|
// word-break: break-word;
|
||||||
hyphens: auto;
|
// hyphens: auto;
|
||||||
color: var(--theme-link-color);
|
color: var(--theme-link-color);
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user