Closed RounakJoshi09 closed 1 week ago
@RounakJoshi09 Just to chime in about why I didn't merge this PR, unfortunately your proposed CSS change would have a large impact on many parts of the UI beyond just the misaligned settings dialog content. But I'm also going to quickly check if it would have made desirable improvements or if it broke things (just by looking at the code, I'm having to assume the latter is more likely, but I'll check by triggering a build real quick).
!build
📦 Build Complete for a534bb80b2199c966a12b79ae69e6d62a67aac8b |
---|
https://08bb7d0e.graphite.pages.dev |
This is added in order let the elements fill the space in the widget span row, this is indeed necessary here, because , the width is available in the dialog, but the elements are aligned to the start, and not utilizing the width properly, in order to fix this in a responsive way, I have added the
justify-content
css property, which uses the width available for theWidgetSpan
.Fixes #2103
Screen shots after the fix