give apps some more space and prevent linebreaks in app names. Add ellipsis to too long names.

This commit is contained in:
Mario Vavti 2018-10-06 20:55:28 +02:00
parent 6ffdf3880f
commit 62433b5f05

View File

@ -1,9 +1,12 @@
.app-container {
float: left;
width: 148px;
margin: 20px;
width: 180px;
margin: 35px;
}
.app-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 10px 0px;
}