Browse Source
Task/remove spacing in title of asset profile dialog (#6883)
Remove spacing
pull/6888/head
Thomas Kaul
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
|
|
@ -1,7 +1,7 @@ |
|
|
<div class="d-flex flex-column h-100"> |
|
|
<div class="d-flex flex-column h-100"> |
|
|
<div class="d-flex mb-3"> |
|
|
<div class="d-flex mb-3"> |
|
|
<h1 class="flex-grow-1 m-0" mat-dialog-title> |
|
|
<h1 class="flex-grow-1 m-0" mat-dialog-title> |
|
|
{{ assetProfile?.name ?? data.symbol }} |
|
|
<span>{{ assetProfile?.name ?? data.symbol }}</span> |
|
|
</h1> |
|
|
</h1> |
|
|
<button |
|
|
<button |
|
|
class="mx-1 no-min-width px-2" |
|
|
class="mx-1 no-min-width px-2" |
|
|
|