mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Address comment and nit
This commit is contained in:
parent
5544f734cf
commit
9ac9583455
@ -71,6 +71,7 @@
|
||||
flex: 1 auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.layer-item .layer-name.overflowing-name {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -102,7 +102,7 @@
|
||||
if (layerItem.offsetWidth < layerItem.scrollWidth) {
|
||||
$(layerItem).find('.layer-name')
|
||||
.addClass('overflowing-name')
|
||||
.attr('title', pskl.utils.TooltipFormatter.format(layer.getName()))
|
||||
.attr('title', layer.getName())
|
||||
.tooltip();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user