Skip to content

Commit d6066e3

Browse files
Merge pull request #591 from microsoft/psl-bug43321
fix: Collection dropdown chevron overlapping Import Document(s) butto…
2 parents 9c3befd + 4d6ee48 commit d6066e3

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.comboboxClass{
22
width: 100%;
33
min-width: 125px !important;
4+
grid-template-columns: minmax(0, 1fr) auto !important;
45
}

src/ContentProcessorWeb/src/Pages/DefaultPage/Panels.styles.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,12 @@
5050

5151
.topContainer {
5252
display: flex;
53-
flex-wrap: nowrap;
54-
align-items: end;
53+
flex-wrap: wrap;
54+
align-items: start;
5555
gap: 10px;
5656
padding: 0px 16px 16px 16px;
5757
}
5858

59-
@media (max-width: 1600px) {
60-
.topContainer {
61-
flex-wrap: wrap;
62-
align-items: center;
63-
}
64-
}
65-
6659

6760
}
6861

0 commit comments

Comments
 (0)