From f7c6d4610f082beb72c9093a7192cfb8024f988c Mon Sep 17 00:00:00 2001
From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Date: Tue, 5 Sep 2023 08:55:03 +0000
Subject: [PATCH] remove nowrap for links, fixes #3134

Closes #3134

Merge request studip/studip!2113
---
 resources/assets/stylesheets/scss/links.scss | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/resources/assets/stylesheets/scss/links.scss b/resources/assets/stylesheets/scss/links.scss
index b5b9545e741..f97ac7410e8 100644
--- a/resources/assets/stylesheets/scss/links.scss
+++ b/resources/assets/stylesheets/scss/links.scss
@@ -29,10 +29,6 @@ a:hover.toolbar {
     color: #eee;
 }
 
-a.link-intern, a.link-extern {
-    white-space: nowrap;
-}
-
 a.link-intern {
     @include icon(before, link-intern, clickable, 16px, 2px);
 }
-- 
GitLab