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:
parent
0a840c02f7
commit
b92bb0bd28
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user