They should not be 500px, and they should not be using a table. The target URL is not listed as it is often very long and would not display easily.
The divs are height:100%, so they display whatever the height of my browser window is. Two days ago, my window was ~500px tall.
Tables are the standard for tablature data.
Target URLs can be truncated.
Thanks for responding.
Until this issue has been fixed in a future release, here is the fix for anyone else wondering wtf is going on:
- In the plugins list, click “Edit” for the “Redirection” plugin.
- Click on “admin.css”
- On line 234, you should see a block like this:
.item, .date, .count, .tools, .type
{
padding: 5px 8px;
height: 100%;
}
- Remove (or comment out) the “height” property
I’ve installed today’s upgrade, but I’m having to follow my own instructions above.
Please fix this. I’ve provided instructions, so it’s easier than easy to make this permanent.