CC-4593: Widen container in CSS so label is not truncated

This commit is contained in:
Daniel James 2012-10-18 16:12:51 +01:00
parent 887a86c6a1
commit dc7b609115
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
font-size: 9px;
height: 15px;
/*right: 35px;*/
width: 120px;
width: 124px;
margin-top: 2px;
cursor: pointer;
color: #fff;
@ -584,4 +584,4 @@ li.spl_empty {
}
.expand-block-separate {
border-top: 1px solid #5B5B5B;
}
}