Prevent the "external url" indicator to wrap
authorAlexander Ebert <ebert@woltlab.com>
Sat, 14 May 2022 17:13:45 +0000 (19:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 14 May 2022 17:13:45 +0000 (19:13 +0200)
See https://www.woltlab.com/community/thread/295487-einzelnes-umbrechen-des-externalurl-icons-verhindern/

wcfsetup/install/files/style/layout/global.scss

index 670efa99d7eae0ae0009b7ed5be46274349fb0f8..f64e0bb7747c20b6a4938fa8c42b10d10d5c1753 100644 (file)
@@ -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;
 }