Skip to content

Commit 6fdb7f2

Browse files
authored
Merge pull request #83 from ricardohintze/master
Layout fix
2 parents f0f3b6c + 3a697cb commit 6fdb7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/templates/List_Layout_2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<img load-image="16x9" crop-width="220" crop-height="120" crop-type="crop" data-final-src="{{item.imageSrcUrl}}">
1919
</div>
2020

21-
<div ng-style="{ 'min-width': item.imageSrcUrl ? deviceWidth - 128 : deviceWidth - 8 }">
21+
<div class="ellipsis" style="flex: auto">
2222

2323
<div class="list-item-copy ellipsis">
2424
<p class="ellipsis text-primary">

0 commit comments

Comments
 (0)