(js) Fix renaming a folder under iOS

This commit is contained in:
Francis Lachapelle
2018-04-23 15:27:00 -04:00
parent c59e429346
commit 1d731ebb77
4 changed files with 40 additions and 20 deletions
@@ -54,12 +54,14 @@ md-list-item {
.sg-item-name {
align-items: flex-start;
font-size: sg-size(button);
line-height: $list-item-height;
max-width: 75%; // leave some place for a secondary button
overflow: hidden;
text-overflow: ellipsis;
text-transform: initial;
white-space: nowrap;
@include from(md) {
line-height: $list-item-height;
}
}
.sg-inline-list-icon-label {
text-transform: uppercase;