give apps some more space and prevent linebreaks in app names. Add ellipsis to too long names.
This commit is contained in:
parent
6ffdf3880f
commit
62433b5f05
@ -1,9 +1,12 @@
|
|||||||
.app-container {
|
.app-container {
|
||||||
float: left;
|
float: left;
|
||||||
width: 148px;
|
width: 180px;
|
||||||
margin: 20px;
|
margin: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-name {
|
.app-name {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user