mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-04 07:08:51 +00:00
9 lines
266 B
HTML
9 lines
266 B
HTML
<div class="row pt-3 pb-1 mb-3 border-bottom align-items-center" >
|
|
<div class="col text-truncate">
|
|
<h1 class="h2 text-truncate" style="line-height: 1.4">{{title}}</h1>
|
|
</div>
|
|
<div class="btn-toolbar col-auto">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</div>
|