Bugfix/fix word wrap in menu of historical market data table of admin control panel (#4562)
* Fix word wrap * Update changelog
This commit is contained in:
parent
1b45ce8619
commit
8163966212
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Added `watchlist` to the `User` database schema as a preparation for watching assets
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed the word wrap in the menu of the historical market data table in the admin control panel
|
||||
|
||||
## 2.153.0 - 2025-04-18
|
||||
|
||||
### Changed
|
||||
|
@ -215,7 +215,11 @@
|
||||
>
|
||||
<ion-icon name="ellipsis-vertical" />
|
||||
</button>
|
||||
<mat-menu #assetProfilesActionsMenu="matMenu" xPosition="before">
|
||||
<mat-menu
|
||||
#assetProfilesActionsMenu="matMenu"
|
||||
class="no-max-width"
|
||||
xPosition="before"
|
||||
>
|
||||
<button mat-menu-item (click)="onGather7Days()">
|
||||
<ng-container i18n
|
||||
>Gather Recent Historical Market Data</ng-container
|
||||
|
Loading…
x
Reference in New Issue
Block a user