app/assets/stylesheets/locomotive/account/_files.scss in locomotivecms-3.0.0 vs app/assets/stylesheets/locomotive/account/_files.scss in locomotivecms-3.0.1
- old
+ new
@@ -95,10 +95,11 @@
border: 1px solid $border-color-base;
border-radius: $border-radius-base;
user-select: none;
.file-name {
display: inline-block;
- width: 210px;
+ width: 100%;
+ max-width: 210px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.file-browse {