Skip to content

Commit f35217f

Browse files
authored
[6.x] Make image manipulation presets more readable (#14230)
* Use a hairspace rather than a space to make the monospaced font more readable * Make Image manipulation presets easier to read
1 parent 9070dda commit f35217f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/Controllers/CP/Assets/AssetContainersController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ private function expandedGlidePresetLabel($handle, $params)
257257

258258
$params = collect($params)
259259
->map(function ($value, $param) {
260-
return sprintf('<code class="hidden-outside">%s: %s</code>', $param, $value);
260+
return sprintf('<code class="hidden-outside me-1.5 rounded-xs">%s:&hairsp;%s</code>', $param, $value);
261261
})
262262
->implode(' ');
263263

0 commit comments

Comments
 (0)