mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
ellipsis for artist name in accordion list item
This commit is contained in:
parent
2abd3c4a97
commit
d1ed25fe97
@ -61,6 +61,9 @@ $ascribe-accordion-list-font: 'Source Sans Pro';
|
|||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
margin: .2em 0 .3em 0;
|
margin: .2em 0 .3em 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #666;
|
color: #666;
|
||||||
|
Loading…
Reference in New Issue
Block a user