A 5px padding for improved aesthetics
-
In the
display-widgets.phpfile at line 118, I have modified this:<div style="height:150px; overflow:auto; border:1px solid #dfdfdf;">…with this:
<div style="height:150px; overflow:auto; border:1px solid #dfdfdf; padding:5px">I just added a padding of 5px to give the container div a little room to breathe 🙂
I hope devs include this tiny patch in the future.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘A 5px padding for improved aesthetics’ is closed to new replies.