Adjust padding

This commit is contained in:
lowlighter
2021-05-19 09:28:25 +02:00
parent eae5828be3
commit 67d5b66ec3
3 changed files with 3 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ The allowed format is `(absolute padding) + (relative padding)%` (each operand i
- uses: lowlighter/metrics@latest
with:
# ... other options
config_padding: 16, 16 + 5% # 16px width padding, 16px + 5% height padding
config_padding: 16, 16 + 9% # 16px width padding, 16px + 9% height padding
```
### 🧶 Using commits, pull requests, manual reviews or gists to handle metrics output

View File

@@ -189,7 +189,7 @@ inputs:
description: Image padding
type: array
format: comma-separated
default: 16, 16 + 5%
default: 16, 16 + 9%
# Metrics output format
config_output: