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

Steemdb json_metadata table cell overflow #14

Open
renegade47 opened this issue Nov 14, 2017 · 0 comments
Open

Steemdb json_metadata table cell overflow #14

renegade47 opened this issue Nov 14, 2017 · 0 comments

Comments

@renegade47
Copy link

When I was browsing steemdb.com to view witness voting, I stumbled upon my account data and saw a bug on the account raw data of my account. Around the json_metadata table cell. The json string overflows the table cell.

Screens of the issue:

As you can see the json string overflows the table cell.

Desktop

AwesomeScreenshot-2017-11-14T04-33-07-402Z.gif

Mobile

![23549851_1857538184260800_2031225579_n.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510633402/yn2fbwxadq9jmpuvb0o8.jpg)

Reproducing the issue

Go to https://steemdb.com/@vallesleoruther/data to see the issue I am talking about

Testing Environment Details

Desktop

  • OS: Windows 10
  • Google Chrome Version 61.0.3163.100 (Official Build) (64-bit)

Mobile

  • Browser: Google Chrome
  • OS: Android 7.1.1 Nougat
  • Phone: Asus Zenfone Laser 3

Suggested Fix

.ui.table td {
          word-wrap: break-word;
}

Pretty straight forward add the styling of word-wrap: break-word; on the .ui.table td class.

Fixed Screen using Google Chrome Developer Tools

SteemDB   STEEM Blockchain Explorer.png



Open Source Contribution posted via Utopian.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant