Skip to content

Commit 8eb0431

Browse files
authored
fix: Tab layout broke for too small modal (#319)
1 parent ce49f00 commit 8eb0431

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

djangocms_frontend/static/djangocms_frontend/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

private/sass/components/_tabs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ form ul.djangocms-frontend.nav.nav-pills {
99
margin: 0 !important;
1010
padding: 0;
1111
display: flex;
12+
flex-wrap: wrap;
1213
&:not(:has(> li:nth-child(2))) {
1314
// Hide single tab
1415
display: none;

0 commit comments

Comments
 (0)