-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(feedback): Fix non-wrapping form title (#14355)
Fixes an issue with long form titles causing the width of the dialog to expand. Instead, apply the css var `--form-width` to the dialog contents so that the title wraps. After: <img width="323" alt="image" src="https://github.com/user-attachments/assets/b2982b72-e9df-4459-8241-4b47f2fdd4fe"> <img width="558" alt="image" src="https://github.com/user-attachments/assets/cd4a2285-7088-4bc1-b628-9672861a71f2"> Single line: <img width="344" alt="image" src="https://github.com/user-attachments/assets/1661ca0d-8cea-435c-86a8-cc56913d0483"> Closes #14351
- Loading branch information
Showing
2 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters