diff --git a/package.json b/package.json index 65dc223089..2103c412c6 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "planet", "license": "AGPL-3.0", - "version": "0.15.35", + "version": "0.15.36", "myplanet": { "latest": "v0.20.86", "min": "v0.19.86" diff --git a/src/app/teams/teams-view-finances.component.html b/src/app/teams/teams-view-finances.component.html index 8cd5ba864b..4fa671eb02 100644 --- a/src/app/teams/teams-view-finances.component.html +++ b/src/app/teams/teams-view-finances.component.html @@ -1,17 +1,21 @@
- - - - - - - - - - - - - +
+ + + +
+
+ + + + + + + + + + +
warningThe current balance is negative! diff --git a/src/app/teams/teams-view-finances.scss b/src/app/teams/teams-view-finances.scss index 7ec270841d..bf99a4e174 100644 --- a/src/app/teams/teams-view-finances.scss +++ b/src/app/teams/teams-view-finances.scss @@ -2,9 +2,22 @@ max-width: 100px; } -.mat-card { +.action-buttons { display: flex; - align-items: center; + flex-direction: column; +} + +.transaction-buttons, .transaction-date-fields { + display: flex; + gap: 10px; + margin-top: 10px; +} + +.transaction-buttons button { + white-space: nowrap; + text-align: center; + overflow: hidden; + text-overflow: ellipsis; } mat-row:first-of-type { @@ -14,4 +27,4 @@ mat-row:first-of-type { .negative-balance { font-weight: bold; max-width: 100px; -} \ No newline at end of file +}