moneroexamples / onion-monero-blockchain-explorer

Onion Monero Blockchain Explorer
https://xmrchain.net
BSD 3-Clause "New" or "Revised" License
361 stars 269 forks source link

css: fix overflowing text in cells #287

Closed erciccione closed 1 year ago

erciccione commented 1 year ago

Long strings without spaces don't get wrapped and will result in the text overflowing outside of the cell and messing up the structure of the page. See for example the tx_extra field in this transaction.

This small patch makes long text wrap inside the given limit, which is otherwise "ignored".

moneroexamples commented 1 year ago

Thank you.