erikdubbelboer / phpRedisAdmin

Simple web interface to manage Redis databases.
http://dubbelboer.com/phpRedisAdmin/
3.11k stars 666 forks source link

Avoid unnecessary horizontal scrollbars #160

Closed abraaoz closed 4 years ago

abraaoz commented 4 years ago

Fix long key values rendering with horizontal scrollbar; Fix keys folder with checkbox in one line and key name in another line.

erikdubbelboer commented 4 years ago

I'm curious, why do you think showing ... is better than having a horizontal scroll bar for very long keys?

abraaoz commented 4 years ago

Hello Erik, you are right. In the case of long key names, the scrollbar is better. I put a title="..." to show the full key name when mouse over and fixed the scrollbar behavior for newer browsers.

erikdubbelboer commented 4 years ago

Can you please check this in Firefox as well. I'm not sure why but the padding on the right frame is gone in Firefox:

Screenshot 2020-02-23 at 10 16 08
abraaoz commented 4 years ago

I've tested in Firefox for Windows and the padding was not missing. Instead of padding inside the iframe, I changed to margin outside the iframe. Can you please test in your environment?

erikdubbelboer commented 4 years ago

Looks good, thanks!