This commit is contained in:
Kenneth Jannette
2024-02-19 22:03:45 -06:00
parent 475f045624
commit 9220cdf81c
2 changed files with 28 additions and 3 deletions

View File

@@ -16,6 +16,22 @@
font-weight: 400;
}
.doclist-upper-wrapper {
display: flex;
flex-direction: row;
}
.doclist-toggle-box {
margin-left: auto;
margin-right: 25px;
min-width: 120px;
padding-top: 4px;
}
.doclist-select-box {
min-width: 100px;
}
.nodocs-text-container {
border-top: 1px solid #dcd9d9 !important;
margin-top: 6px;