support truncation on different backgrounds

This commit is contained in:
Art Lowel
2020-10-30 17:16:49 +01:00
parent 48c7fff930
commit 96c31d84d6
8 changed files with 47 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<div class="clamp-{{lines}} min-{{minLines}} {{type}} {{fixedHeight ? 'fixedHeight' : ''}}">
<div class="clamp-{{background}}-{{lines}} min-{{minLines}} {{type}} {{fixedHeight ? 'fixedHeight' : ''}}">
<div class="content">
<ng-content></ng-content>
</div>
</div>
</div>