-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[dashboard] fixing layout issues #3845
Conversation
@@ -484,7 +484,7 @@ function AllTeams() { | |||
Payment in Progress | |||
</div> | |||
</div> | |||
<div className="my-auto flex w-1/12 pl-8 opacity-0 group-hover:opacity-100"> | |||
<div className="my-auto flex w-1/12 opacity-0 group-hover:opacity-100 justify-end"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gtsiolis, I know there is no tester for this change in core :-(
but you can compare the styles with the environment variables page. it's just aligned.
Looking at this now! 👀 /werft run 👍 started the job as gitpod-build-at-fix-layout.2 |
Really looking at this now! 😇 /werft run 👍 started the job as gitpod-build-at-fix-layout.3 |
Oh, no. Build failed, retrying. /werft run 👍 started the job as gitpod-build-at-fix-layout.4 |
/werft run 👍 started the job as gitpod-build-at-fix-layout.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AlexTugarev! Thanks for bringing back the more actions button. The rest of the columns seem to have some alignment issues. Left some two comments below, let me know what you think. 💭
1215160
to
81fa0f4
Compare
if page width is less than `lx` the tree dot button wasn't visible for team subscriptions. also the permissions column blew up the layout.
81fa0f4
to
36daf78
Compare
/werft run 👍 started the job as gitpod-build-at-fix-layout.8 |
if page width is less than
lx
the tree dot button wasn't visible for team subscriptions. also the permissions column blew up the layout.