Removes the page icon and fixes the "wrap-all" setting for Cloud Confluence (new editor) Smart Links, making them more readable.
Cloud Confluence Smart Link Simplify - Jun 2024 by drewcox
Details
Authordrewcox
LicenseNo License
Categoryhere-technologies.atlassian.net
Created
Updated
Size529 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Note, locked to the HERE LMS site.
Source code
/* ==UserStyle==
@name Cloud Confluence Smart Link Simplify - Jun 2024
@version 20240603.14.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://here-technologies.atlassian.net/wiki/spaces/MLMS") {
/* Hide Confluence smart links icon */
span[data-testid="inline-card-icon-and-title"] span.css-1lcr4h8 {
display: none !important;
}
/* Stop wrapping of Confluence smart links mid-word */
span[data-testid="inline-card-icon-and-title"] span.smart-link-title-wrapper {
word-break: break-word;
}
}