mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 09:27:37 +00:00
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:
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 {
|
||||
|
Reference in New Issue
Block a user