Fixed the Paid Mix alignement to be inline with Annual on new Dashboard

refs: https://github.com/TryGhost/Team/issues/1531
This commit is contained in:
James Morris 2022-05-06 11:59:45 +01:00
parent 4a16cf74bc
commit a972a3246b
2 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export default class PaidMix extends Component {
},
layout: {
padding: {
top: 45,
top: 72,
bottom: 0,
left: 0,
right: 4

View File

@ -285,6 +285,7 @@ Dashboard v5 Layout */
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
padding: 0 0 8px;
}
.gh-dashboard5-legend-item {