From: Alexander Ebert Date: Sat, 14 May 2022 17:13:45 +0000 (+0200) Subject: Prevent the "external url" indicator to wrap X-Git-Tag: 5.5.0_Beta_3~34 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=074a0cfb60f8a0f6946c8092982b8cb34d472309;p=GitHub%2FWoltLab%2FWCF.git Prevent the "external url" indicator to wrap See https://www.woltlab.com/community/thread/295487-einzelnes-umbrechen-des-externalurl-icons-verhindern/ --- diff --git a/wcfsetup/install/files/style/layout/global.scss b/wcfsetup/install/files/style/layout/global.scss index 670efa99d7..f64e0bb774 100644 --- a/wcfsetup/install/files/style/layout/global.scss +++ b/wcfsetup/install/files/style/layout/global.scss @@ -195,13 +195,12 @@ ol.nativeList { } a.externalURL::after { - content: $fa-var-external-link; - display: inline-block; + content: "\00a0#{$fa-var-external-link}"; font-family: FontAwesome !important; font-size: 14px !important; font-weight: normal !important; font-style: normal !important; - margin-left: 4px; + line-height: 0; vertical-align: -1px; }