Adjust padding
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user