Skip to content

Commit a0cbf12

Browse files
committed
Reduce gap-half row-gap
1 parent 63f0a25 commit a0cbf12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## [Unreleased]
22
- Style for datepicker static month selector
33
- Add aria-current=page to sidebar_menu
4+
- Reduce gap-half row-gap
45

56
## 1.1.5 - 2025-02-18
67
- Remove input outline on user-invalid focus-visible

app/assets/stylesheets/css-zero/utilities.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
.self-center { align-self: center; }
2727

2828
.gap { column-gap: var(--column-gap, 0.5rem); row-gap: var(--row-gap, 1rem); }
29-
.gap-half { column-gap: 0.25rem; row-gap: 0.5rem; }
29+
.gap-half { column-gap: 0.25rem; row-gap: 0.375rem; }
3030

3131
/****************************************************************
3232
* Text

0 commit comments

Comments
 (0)