fix: 2-lines-ellipsis moved

This commit is contained in:
gaelle morin 2021-03-29 18:08:35 +02:00
parent 9031272c6a
commit 1f34edc628
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
if componentSet.has('admin') && componentSet.has('circles')
solid-widget(name='hubl-admin-circle-name-title')
template
div(
div.segment.block.one-line-ellipsis(
title="\${value}"
) ${value}
@ -15,7 +15,6 @@ if componentSet.has('admin') && componentSet.has('circles')
data-src="${src || value}"
fields="name"
widget-name="hubl-admin-circle-name-title"
class-name="segment block one-line-ellipsis"
)
solid-widget(name='hubl-admin-circle-fix-url-name')