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

Mobile

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

Open Source Contribution posted via Utopian.io
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
Mobile
Reproducing the issue
Go to https://steemdb.com/@vallesleoruther/data to see the issue I am talking about
Testing Environment Details
Desktop
Mobile
Suggested Fix
Pretty straight forward add the styling of word-wrap: break-word; on the .ui.table td class.
Fixed Screen using Google Chrome Developer Tools
Open Source Contribution posted via Utopian.io