mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue