We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf9a14 commit 63d4b4fCopy full SHA for 63d4b4f
less/documentDB.less
@@ -1914,13 +1914,20 @@ input::-webkit-calendar-picker-indicator::after {
1914
}
1915
1916
.nav-tabs-margin {
1917
- height: 32px;
1918
background-color: #f2f2f2;
1919
1920
.nav-tabs {
1921
display: flex;
+ flex-wrap: wrap;
1922
align-items: flex-end;
1923
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
+ }
1931
1932
1933
0 commit comments