Commit bd4e5f5
Fix: Collection dropdown chevron overlapping Import Document(s) button (#43321)
- Override Combobox grid-template-columns to minmax(0, 1fr) auto to allow
input column to shrink below its intrinsic width, preventing chevron overflow
- Change topContainer align-items to start for consistent button alignment
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1fbb362 commit bd4e5f5
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- src/ContentProcessorWeb/src/Pages/DefaultPage
- Components/SchemaDropdown
src/ContentProcessorWeb/src/Pages/DefaultPage/Components/SchemaDropdown/SchemaDropdown.styles.scss
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments