Skip to content

Commit

Permalink
[BUGFIX] Avoid clipping on social links and footer language menu
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 14, 2023
1 parent fb437ab commit 4cfef65
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 22 deletions.
8 changes: 0 additions & 8 deletions Resources/Public/Css/bootstrap5-rte.css
Expand Up @@ -15477,10 +15477,6 @@ textarea.form-control.error {
font-weight: bold;
}

.footer-language {
overflow: hidden;
}

.footer-language .language-menu {
margin: 0;
list-style: none;
Expand Down Expand Up @@ -17336,10 +17332,6 @@ blockquote footer:before {
}
}

.sociallinks {
overflow: hidden;
}

.sociallinks-list {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/bootstrap5-rte.min.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions Resources/Public/Css/bootstrap5-theme.css
Expand Up @@ -15477,10 +15477,6 @@ textarea.form-control.error {
font-weight: bold;
}

.footer-language {
overflow: hidden;
}

.footer-language .language-menu {
margin: 0;
list-style: none;
Expand Down Expand Up @@ -17336,10 +17332,6 @@ blockquote footer:before {
}
}

.sociallinks {
overflow: hidden;
}

.sociallinks-list {
display: flex;
flex-wrap: wrap;
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Css/bootstrap5-theme.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Resources/Public/Scss/components/_footer.scss
Expand Up @@ -162,7 +162,6 @@ $footer-sections: map-merge(
// Footer Language
// --------------------------------------------------
.footer-language {
overflow: hidden;
.language-menu {
margin: 0;
list-style: none;
Expand Down
3 changes: 0 additions & 3 deletions Resources/Public/Scss/components/_sociallink.scss
@@ -1,9 +1,6 @@
//
// Social Links
// --------------------------------------------------
.sociallinks {
overflow: hidden;
}
.sociallinks-list {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 4cfef65

Please sign in to comment.