diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2024-12-13 13:37:26 +0000 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2024-12-13 13:37:26 +0000 |
| commit | 0b2228ead27fdb234ab5d6b9fca647806a18ae77 (patch) | |
| tree | 1db0b9f7ca63ef896162bae2121b33bd2fc8730e /resources/assets | |
| parent | 1078032bf724827615004f733dc90635c0aa0abb (diff) | |
Layout: Überlauf in zweiter Navigationsebene ist nicht richtig ausgerichtet
Closes #5021
Merge request studip/studip!3763
Diffstat (limited to 'resources/assets')
| -rw-r--r-- | resources/assets/stylesheets/scss/tabs.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/assets/stylesheets/scss/tabs.scss b/resources/assets/stylesheets/scss/tabs.scss index 0f64d40..77179e5 100644 --- a/resources/assets/stylesheets/scss/tabs.scss +++ b/resources/assets/stylesheets/scss/tabs.scss @@ -30,12 +30,9 @@ div.clear .quiet img { opacity: 0.25; } li { - margin: 0 8px; + margin: 0 8px 0 0; font-size: $font-size-navigation2; - &:first-child { - margin-left: 0; - } &:last-child { border-right: none; margin-right: 0; |
