mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed CSS bugs on what's new popup
This commit is contained in:
parent
9075668f61
commit
295d0442b1
@ -92,7 +92,7 @@
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
align-items: flex-start;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
@ -114,7 +114,7 @@
|
||||
color: color(var(--midgrey) l(-10%));
|
||||
font-weight: 400;
|
||||
margin-top: 12px;
|
||||
max-height: 48px;
|
||||
max-height: 36px;
|
||||
overflow-y: hidden;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
|
Loading…
Reference in New Issue
Block a user