Skip to content

Commit 3daad25

Browse files
committed
Adjust padding
1 parent 37f686a commit 3daad25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/app/web/settings.example.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The allowed format is `(absolute padding) + (relative padding)%` (each operand i
186186
- uses: lowlighter/metrics@latest
187187
with:
188188
# ... other options
189-
config_padding: 0, 11% # 0px width padding, 0px + 11% height padding
189+
config_padding: 0, 8 + 11% # 0px width padding, 8px + 11% height padding
190190
```
191191

192192
### 🧶 Using commits, pull requests, manual reviews or gists to handle metrics output

source/plugins/core/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ inputs:
188188
config_padding:
189189
description: Image padding
190190
type: string
191-
default: 0, 11%
191+
default: 0, 8 + 11%
192192

193193
# Metrics output format
194194
config_output:

0 commit comments

Comments
 (0)