Jump to content

Align Password List Images/Names


Recommended Posts

In the password list tree, the images for password lists do not align properly if the image isn't exactly 18px wide. I was able to align them by modifying the CSS class as below:


 

.rtImg {
  width: 18px;
}

 

Unsure if that is the appropriate class to modify, but it seems to work and scratch my aesthetics itch. See attached image for unaligned (left) vs aligned (right) with the red line

pwstate_img-alignment.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...