We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5871b6a commit ce5ec88Copy full SHA for ce5ec88
app/components/Readme.vue
@@ -144,7 +144,7 @@ function handleClick(event: MouseEvent) {
144
@apply decoration-accent text-accent;
145
}
146
147
-.readme :deep(a[target='_blank']::after) {
+.readme :deep(a[target='_blank']:not(:has(img))::after) {
148
/* I don't know what kind of sorcery this is, but it ensures this icon can't wrap to a new line on its own. */
149
content: '__';
150
@apply inline i-carbon:launch rtl-flip ms-1 opacity-50;
0 commit comments