Merge pull request #287 from erciccione/patch-1

css: fix overflowing text in cells
master
moneroexamples 1 year ago committed by GitHub
commit d66972065f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@ tr, li, #pages, .info {
td {
text-align: center;
word-break: break-all;
}
a:link {

Loading…
Cancel
Save