mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
6 lines
186 B
HTML
6 lines
186 B
HTML
<div class="clamp-{{background}}-{{lines}} min-{{minLines}} {{type}} {{fixedHeight ? 'fixedHeight' : ''}}">
|
|
<div class="content">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</div>
|