Weird width on a class, for some reason when the link drops onto two lines the box displays at max-width leaving a lot of space to the right. Is there any way of resolving this without having to get rid of max-width? Would it be a case of using 2 seperate styles for multi-line/single line?
Thanks
{
position: absolute;
left: 190px;
padding: 4px 8px;
top: 100px;
font-size: 0.9em;
font-weight: 400;
max-width: 110px;
}