Subgrid
form {
display: grid;
gap: 1rem;
grid-template-columns: auto 1fr;
.input-group {
grid-column: span 2;
grid-template-columns: subgrid;
align-items: baseline;
justify-items: end;
}
}
Subgrid
Baseline 2023 newly available
Supported in Chrome: yes.
Supported in Edge: yes.
Supported in Firefox: yes.
Supported in Safari: yes.
Since September 2023 this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.