Adjust padding

This commit is contained in:
lowlighter
2021-05-18 19:31:15 +02:00
parent 2e3c3036fa
commit 8005bbf5ce
2 changed files with 2 additions and 2 deletions

View File

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

View File

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