mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
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:
parent
4a16cf74bc
commit
a972a3246b
@ -117,7 +117,7 @@ export default class PaidMix extends Component {
|
||||
},
|
||||
layout: {
|
||||
padding: {
|
||||
top: 45,
|
||||
top: 72,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
right: 4
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user