Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement-16802][UI] use relative width for task editor #16769

Merged
merged 2 commits into from
Nov 16, 2024

Conversation

kevinjmh
Copy link
Member

@kevinjmh kevinjmh commented Nov 5, 2024

Purpose of the pull request

This pull request update task editor style
close #16802

Brief change log

change from fixed width: 600px to 33%, the original one is too narrow to use

Verify this pull request

This pull request is code cleanup without any test coverage.

Pull Request Notice

Pull Request Notice

If your pull request contain incompatible change, you should also add it to docs/docs/en/guide/upgrede/incompatible.md

@github-actions github-actions bot added the UI ui and front end related label Nov 5, 2024
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This need to be discussion. You should create an discussion issue first.

@SbloodyS SbloodyS changed the title [Improvement][UI] use relative width for task editor [Improvement-16802][UI] use relative width for task editor Nov 15, 2024
@SbloodyS SbloodyS added improvement make more easy to user or prompt friendly and removed don't merge labels Nov 15, 2024
@SbloodyS SbloodyS added this to the 3.3.0 milestone Nov 15, 2024
Copy link
Member

@SbloodyS SbloodyS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's good! LGTM.

Copy link

sonarcloud bot commented Nov 15, 2024

@@ -16,7 +16,7 @@
*/

.container {
width: 600px;
width: 33%;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT, why we use 33% instead of others?

@Gallardot Gallardot merged commit 610f7fe into apache:dev Nov 16, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement make more easy to user or prompt friendly UI ui and front end related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement][UI] use relative width for task editor
4 participants