Skip to content

Commit 63d4b4f

Browse files
languyanalogrelay
andauthored
fix tab wrapping with a lil' css tweak (#2013) (#2076)
Co-authored-by: Ashley Stanton-Nurse <[email protected]>
1 parent eaf9a14 commit 63d4b4f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

less/documentDB.less

+8-1
Original file line numberDiff line numberDiff line change
@@ -1914,13 +1914,20 @@ input::-webkit-calendar-picker-indicator::after {
19141914
}
19151915

19161916
.nav-tabs-margin {
1917-
height: 32px;
19181917
background-color: #f2f2f2;
19191918

19201919
.nav-tabs {
19211920
display: flex;
1921+
flex-wrap: wrap;
19221922
align-items: flex-end;
19231923
height: 100%;
1924+
margin-bottom: -0.5px;
1925+
1926+
li {
1927+
// Override the bootstrap defaults here to align with our layout constants.
1928+
margin-bottom: 0px;
1929+
height: 32px;
1930+
}
19241931
}
19251932
}
19261933

0 commit comments

Comments
 (0)