Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dashboard] Add maxWidth 's' to Panel Settings flyouts and 'm' to dri…
…lldown widths not already specified in dashboard (#189009) ## Summary Closes #163981 The Dashboard and Panel Settings Flyouts already seem to be fixed but the Controls Settings Flyout did not specify the maxWidth. The drilldown (manage and create) flyouts did not have a maxWidth specified but based on main, it seems to match medium. To avoid any unclearness, I have added the maxWidth property to the flyout. The edit and create drilldowns that didn't have specified maxWidths can be toggled to each other so they should be the same. I think there can be a little bit of a debate on which makes the most sense. Although there is some white space to the right of the buttons in the create drilldown I think it makes the most sense for the manage drilldowns to not be cramped and have the maxWidths be medium if possible. <img width="900" alt="Screenshot 2024-07-24 at 1 19 51 PM" src="https://github.com/user-attachments/assets/549c34df-5d85-40f4-bfb4-dd5d17d96ca5"> ### Edit drilldown Size s makes it look more cramped and breaks the word Discover onto two lines: <img width="626" alt="Screenshot 2024-07-24 at 1 15 09 PM" src="https://github.com/user-attachments/assets/89013146-f437-4180-8de0-12d033198b88"> Size m <img width="1044" alt="Screenshot 2024-07-24 at 1 09 35 PM" src="https://github.com/user-attachments/assets/60dd3838-724a-42c4-b717-c2d7e75a3c10"> ### Create drilldown: I'm leaning towards size 's' for the create drilldown flyout based on the following screenshots: Size s <img width="631" alt="Screenshot 2024-07-24 at 1 12 46 PM" src="https://github.com/user-attachments/assets/7e052bbf-3d02-492e-9332-8998b01c95b7"> Size m <img width="710" alt="Screenshot 2024-07-24 at 1 10 58 PM" src="https://github.com/user-attachments/assets/6f35ee9c-5858-400d-9498-c90323f44303">
- Loading branch information