mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed member name alignment on email debug screen
refs. https://github.com/TryGhost/Team/issues/2327 - on the first two tabs of the email debug screen, the member email wasn't aligned properly when there was no name for a member
This commit is contained in:
parent
ddb61c3b3c
commit
cd5a85021a
1 changed files with 1 additions and 0 deletions
|
@ -3254,6 +3254,7 @@ p.theme-validation-details {
|
||||||
.gh-email-debug-member {
|
.gh-email-debug-member {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-email-debug-failure {
|
.gh-email-debug-failure {
|
||||||
|
|
Loading…
Add table
Reference in a new issue