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

(cherry picked from commit 62433b5f05)
This commit is contained in:
Mario Vavti 2018-10-06 18:55:28 +00:00 committed by Mario
parent 0a840c02f7
commit b92bb0bd28

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;
}