handle longer titles in portal details

This commit is contained in:
Stefan Breunig 2013-02-05 17:38:35 +01:00
parent f1c568aed2
commit cb991318d1

View File

@ -306,6 +306,10 @@ h3 {
font-size: 17px;
padding: 0 4px;
margin:0;
height: 25px;
width: 100%;
overflow:hidden;
text-overflow: "~";
}
.imgpreview {