mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
Stopped HTML cards with fixed width from causing overflow in the drawer
close https://linear.app/ghost/issue/AP-557/elements-in-articles-can-cause-horizontal-scrolling
This commit is contained in:
parent
6bf69b6a07
commit
86641268ab
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tryghost/admin-x-activitypub",
|
||||
"version": "0.3.16",
|
||||
"version": "0.3.17",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -2122,6 +2122,7 @@ headings, text, images and lists. We deal with cards lower down. */
|
||||
.gh-content {
|
||||
font-size: var(--content-font-size, 1.7rem);
|
||||
letter-spacing: -0.01em;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Default vertical spacing */
|
||||
|
Loading…
Reference in New Issue
Block a user