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 8fe02b4 commit 39ba209Copy full SHA for 39ba209
CHANGELOG.md
@@ -8,6 +8,7 @@
8
- Rename popover showLater/hideLater to debouncedShow/debouncedHide
9
- Remove ::-webkit-details-marker in accordion.css
10
- Fix breadcrumb alignment
11
+- Add items-baseline utility class
12
13
## 1.1.15 - 2025-03-20
14
- Reimplement form_controller.
app/assets/stylesheets/css-zero/utilities.css
@@ -14,6 +14,7 @@
.items-start { align-items: start; }
15
.items-end { align-items: end; }
16
.items-center { align-items: center; }
17
+.items-baseline { align-items: baseline; }
18
19
.grow { flex-grow: 1; }
20
.grow-0 { flex-grow: 0; }
0 commit comments