truncate overflow text on acl selector items (3 themes)
This commit is contained in:
parent
260d652168
commit
e440353013
4 changed files with 5 additions and 5 deletions
|
@ -1591,7 +1591,7 @@ input#dfrn-url {
|
|||
float: left;
|
||||
margin: 4px;
|
||||
}
|
||||
.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; }
|
||||
.acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
|
||||
.acl-list-item a {
|
||||
font-size: 8px;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue