Skip to content

Commit 67d5b66

Browse files
committed
Adjust padding
1 parent eae5828 commit 67d5b66

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: 16, 16 + 5% # 16px width padding, 16px + 5% height padding
189+
config_padding: 16, 16 + 9% # 16px width padding, 16px + 9% 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
@@ -189,7 +189,7 @@ inputs:
189189
description: Image padding
190190
type: array
191191
format: comma-separated
192-
default: 16, 16 + 5%
192+
default: 16, 16 + 9%
193193

194194
# Metrics output format
195195
config_output:

0 commit comments

Comments
 (0)