Fix drive icons when the name contains a long word

This commit is contained in:
yflory 2017-06-15 13:54:02 +02:00
parent 927f6404b8
commit 1e9bc89855
2 changed files with 5 additions and 4 deletions

View File

@ -345,9 +345,9 @@ span.fa-folder-open {
width: 100%;
height: 48px;
margin: 8px 0;
display: inline-flex;
justify-content: center;
display: inline-block;
overflow: hidden;
word-wrap: break-word;
}
#content div.grid li.element {
position: relative;

View File

@ -402,11 +402,12 @@ span {
width: 100%;
height: 48px;
margin: 8px 0;
display: inline-flex;
display: inline-block;
//align-items: center;
justify-content: center;
//justify-content: center;
overflow: hidden;
//text-overflow: ellipsis;
word-wrap: break-word;
}
&.element {
position: relative;