-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix: Increase Name width to 3 and decrease NameSpace width to 1 #5678
fix: Increase Name width to 3 and decrease NameSpace width to 1 #5678
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5678 +/- ##
==========================================
- Coverage 47.12% 47.09% -0.04%
==========================================
Files 242 242
Lines 15135 15135
==========================================
- Hits 7133 7128 -5
- Misses 7095 7098 +3
- Partials 907 909 +2
Continue to review full report at Codecov.
|
Please add a screenshot, signoff commits + update PR title to be semantic. |
Signed-off-by: pruthvichow <pruthvi.papasani@gmail.com>
0c47e99
to
ed82472
Compare
21e8616
to
a4d05fc
Compare
Signed-off-by: pruthvichow <pruthvi.papasani@gmail.com>
Signed-off-by: pruthvichow <pruthvi.papasani@gmail.com>
a4d05fc
to
128ee9b
Compare
@alexec Made necessary changes. Build is passing now. I'm still unable to add reviewers. |
fix(ui): Increase Name field width on Argo UI
On Argo UI If the workflow name is big(25-30 char) it is getting truncated and there no hover option too.
Idea is to increase NameField Width to 3 and decrease the NameSpace field to 1.
Checklist: