We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f0a25 commit a0cbf12Copy full SHA for a0cbf12
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## [Unreleased]
2
- Style for datepicker static month selector
3
- Add aria-current=page to sidebar_menu
4
+- Reduce gap-half row-gap
5
6
## 1.1.5 - 2025-02-18
7
- Remove input outline on user-invalid focus-visible
app/assets/stylesheets/css-zero/utilities.css
@@ -26,7 +26,7 @@
26
.self-center { align-self: center; }
27
28
.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; }
+.gap-half { column-gap: 0.25rem; row-gap: 0.375rem; }
30
31
/****************************************************************
32
* Text
0 commit comments