Commit c1e9ff0
authored
Fix model provider error message (#10923)
Address #7632
Gives a bit more space to the dialog height so that the error message
can display without scrolling. Added a right margin so that the text
won't extend into the button. Added bottom padding so that the dialog
will scroll if the text does extend past the dialog height.
<img width="610" height="509" alt="image"
src="https://github.com/user-attachments/assets/2d22070c-7fab-4bfe-ab6f-5dae5a6aefa7"
/>
### Release Notes
#### New Features
- N/A
#### Bug Fixes
- Fix model provider config dialog error message covered by dialog
button
### QA Notes1 parent a6628d5 commit c1e9ff0
File tree
2 files changed
+3
-1
lines changed- src/vs/workbench/contrib/positronAssistant/browser
2 files changed
+3
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| |||
0 commit comments