Task/remove spacing in title of asset profile dialog (#6883)

Remove spacing
pull/6888/head
Thomas Kaul 1 week ago committed by GitHub
parent e1e6ae7b57
commit f2385fe831
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
<div class="d-flex flex-column h-100">
<div class="d-flex mb-3">
<h1 class="flex-grow-1 m-0" mat-dialog-title>
{{ assetProfile?.name ?? data.symbol }}
<span>{{ assetProfile?.name ?? data.symbol }}</span>
</h1>
<button
class="mx-1 no-min-width px-2"

Loading…
Cancel
Save