mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 09:03:02 -04:00
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Shortcodes placed after code blocks with line numbers are rendered with incorrect spacing ([#987](https://github.com/jpanther/congo/issues/987))
|
||||||
|
|
||||||
## [2.11.0] - 2025-02-24
|
## [2.11.0] - 2025-02-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1307,6 +1307,11 @@ code {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prose div.chroma {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* LineTable */
|
/* LineTable */
|
||||||
|
|
||||||
.chroma .lntable {
|
.chroma .lntable {
|
||||||
|
|||||||
@@ -126,6 +126,9 @@ code {
|
|||||||
.chroma pre {
|
.chroma pre {
|
||||||
@apply m-0 p-0;
|
@apply m-0 p-0;
|
||||||
}
|
}
|
||||||
|
.prose div.chroma {
|
||||||
|
@apply mb-6 mt-6;
|
||||||
|
}
|
||||||
/* LineTable */
|
/* LineTable */
|
||||||
.chroma .lntable {
|
.chroma .lntable {
|
||||||
@apply m-0 block w-auto overflow-auto text-base;
|
@apply m-0 block w-auto overflow-auto text-base;
|
||||||
|
|||||||
Reference in New Issue
Block a user