Fixed code cards with long lines from being too wide
no issue Credit to https://github.com/mvasilkov for the fix - https://github.com/TryGhost/Casper/pull/602
This commit is contained in:
parent
e5e62f1eed
commit
8bb4508ff2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1942,7 +1942,7 @@ Usage (In Ghost editor):
|
|||
|
||||
/* keep existing <pre> styles for code cards with captions */
|
||||
.kg-code-card {
|
||||
min-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.kg-code-card pre {
|
||||
|
|
Loading…
Reference in New Issue