Skip to content

Commit 17b80c0

Browse files
committed
[BUGFIX] Remove massive gap around code-blocks
resolves #509
1 parent d48368a commit 17b80c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/typo3-docs-theme/assets/sass/components/_code.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ code {
99
*/
1010
.code-block {
1111
margin-bottom: 0;
12-
padding: 75%;
12+
padding: .75rem;
1313

1414
& [data-line-number]::before {
1515
color: $gray-600;

packages/typo3-docs-theme/resources/public/css/theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23043,7 +23043,7 @@ code {
2304323043
*/
2304423044
.code-block {
2304523045
margin-bottom: 0;
23046-
padding: 75%;
23046+
padding: 0.75rem;
2304723047
}
2304823048
.code-block [data-line-number]::before {
2304923049
color: #999999;

0 commit comments

Comments
 (0)