Adjust width of label names in imageinfo
phaserbeam
Registered Users Posts: 452 Major grins
Hi...
maybe this is interesting for others too... i didn't like the current imageinfo box which has really narrow label names if the filename is very long. See screenshot on the left.
I used this code to fix the label names, see screenshot on the right.
Not sure if this would break something else but the imageinfo looks much better now.
maybe this is interesting for others too... i didn't like the current imageinfo box which has really narrow label names if the filename is very long. See screenshot on the left.
I used this code to fix the label names, see screenshot on the right.
.sm-user-overlay-container .sm-text-mini.sm-imageinfo-label { display: block; }
Not sure if this would break something else but the imageinfo looks much better now.
0