466063: test fixes

This commit is contained in:
Lotte Hofstede
2018-02-08 14:39:13 +01:00
parent 42b315f8fb
commit 7bf23d1b7a
19 changed files with 106 additions and 55 deletions

View File

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