Fix drive icons when the name contains a long word
This commit is contained in:
@@ -345,9 +345,9 @@ span.fa-folder-open {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
display: inline-flex;
|
display: inline-block;
|
||||||
justify-content: center;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
#content div.grid li.element {
|
#content div.grid li.element {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -402,11 +402,12 @@ span {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
display: inline-flex;
|
display: inline-block;
|
||||||
//align-items: center;
|
//align-items: center;
|
||||||
justify-content: center;
|
//justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
//text-overflow: ellipsis;
|
//text-overflow: ellipsis;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
&.element {
|
&.element {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user