-
Notifications
You must be signed in to change notification settings - Fork 267
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
Clear All label filter incorrect layout when it overflow to the new line #2062
Comments
I add margin to `.bx--btn` class to prevent "Clear all btn" from moving. The "filter" has `.bx--tag` class and the "Clear All button" has `.bx--btn` class. `.bx--tag` class has margin but `.bx--btn` class has not margin. So, there was a gap between when there was a "filter" on the left and when there was no "filter". fix tektoncd#2062
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
This is in progress, there's a PR open pending changes from review feedback. |
I add margin to `.bx--btn` class to prevent "Clear all btn" from moving. The "filter" has `.bx--tag` class and the "Clear All button" has `.bx--btn` class. `.bx--tag` class has margin but `.bx--btn` class has not margin. So, there was a gap between when there was a "filter" on the left and when there was no "filter". fix tektoncd#2062
I add margin to `.bx--btn` class to prevent "Clear all btn" from moving. The "filter" has `.bx--tag` class and the "Clear All button" has `.bx--btn` class. `.bx--tag` class has margin but `.bx--btn` class has not margin. So, there was a gap between when there was a "filter" on the left and when there was no "filter". fix #2062
Describe the bug
I found this bug during investigate #2050. The problems found when we add labels until clear all button overflow to the next line. It will be shown like this:
But if we add more label, it will looks like:
We can see that the clear all button in the first picture is less margin than in the second picture.
Expected behaviour
Expected the clear all button should be the same layout in the second picture.
Steps to reproduce the bug
Environment details
Found on Tekton Dashboard branch main at commit
5b1372d4cb634e84142ed3abbe60a229a379964d
.Additional Info
The text was updated successfully, but these errors were encountered: