It is such a royal pain reading the redirects list in the admin panel. Each row is like 500px in height! On top of that, the target URL is not even listed!
You should be using a <table> anyway.
Please fix this.
It is such a royal pain reading the redirects list in the admin panel. Each row is like 500px in height! On top of that, the target URL is not even listed!
You should be using a <table> anyway.
Please fix this.
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:
.item, .date, .count, .tools, .type
{
padding: 5px 8px;
height: 100%;
}
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.
You must log in to post.