5 lines
126 B
CSS
5 lines
126 B
CSS
/* fix post names being too long*/
|
|
.list-with-title .listing .listing-post a {
|
|
max-width:90%;
|
|
display: inline-block;
|
|
} |