We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f3b6c + 3a697cb commit 6fdb7f2Copy full SHA for 6fdb7f2
widget/templates/List_Layout_2.html
@@ -18,7 +18,7 @@
18
<img load-image="16x9" crop-width="220" crop-height="120" crop-type="crop" data-final-src="{{item.imageSrcUrl}}">
19
</div>
20
21
- <div ng-style="{ 'min-width': item.imageSrcUrl ? deviceWidth - 128 : deviceWidth - 8 }">
+ <div class="ellipsis" style="flex: auto">
22
23
<div class="list-item-copy ellipsis">
24
<p class="ellipsis text-primary">
0 commit comments