Composer: Fix link layout (#6620)

This commit is contained in:
Alexander Zinchuk 2026-01-20 12:01:04 +01:00
parent 72a25a6dfe
commit 050a1d0c48

View File

@ -774,6 +774,7 @@
cursor: var(--custom-cursor, default);
color: var(--color-links) !important;
text-decoration: none;
word-break: break-all;
&:hover,
&:active,