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

fix: responsiveness on long reciept name #238

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions static/styles/rewards/claim-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ thead {
overflow: hidden;
/* box-shadow: 0 12px 64px #00000010; */
}
table * {
text-wrap: nowrap;
}
Comment on lines -316 to -318
Copy link
Member

Choose a reason for hiding this comment

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

That is there for a reason. Have you seen how it breaks the page on mobile?

I estimated the task to be two hours, because it requires restructuring the table html.

Copy link
Member

Choose a reason for hiding this comment

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

My mistake it does overlap the buttons on mobile quite a bit more without this


@keyframes thead-fade-in {
0% {
Expand Down
Loading