fix: constrain address management modal width (#1002)

* fix: constrain address management modal width

* fix: enable address table horizontal scroll
This commit is contained in:
Dream Hunter
2026-04-25 16:33:18 +08:00
committed by GitHub
parent eb62c37e02
commit 7e7f824f88
8 changed files with 49 additions and 8 deletions
+1
View File
@@ -17,6 +17,7 @@
### Bug Fixes
- fix: |Frontend| Narrow address-management modal widths and keep address tables horizontally scrollable inside the modal to prevent multi-address lists from stretching the dialog
- fix: |Frontend| Fix the frontend settings bootstrap throwing an `undefined` error when `/open_api/settings` does not return a `domains` array by normalizing the field to an empty array before mapping it
### Improvements