Skip to content

Commit 91d2b7c

Browse files
committed
fix missing styles
1 parent c4f827c commit 91d2b7c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/build/assets/statamic-inline-group-85cf1a04.css renamed to dist/build/assets/statamic-inline-group-b68d29f6.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resources/css/statamic-inline-group.css": {
3-
"file": "assets/statamic-inline-group-85cf1a04.css",
3+
"file": "assets/statamic-inline-group-b68d29f6.css",
44
"isEntry": true,
55
"src": "resources/css/statamic-inline-group.css"
66
},
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
@import "tailwindcss/components";
22
@import "tailwindcss/utilities";
33

4-
.inline-group-fieldtype {
4+
.inline_group-fieldtype {
55
@apply grp-relative -grp-mt-px grp-border-t !grp-p-0;
66
}
77

8-
.inline-group-fieldtype > .field-inner,
9-
.inline-group-fieldtype > label,
10-
.inline-group-fieldtype > label:first-child + .help-block {
8+
.inline_group-fieldtype > .field-inner,
9+
.inline_group-fieldtype > label,
10+
.inline_group-fieldtype > label:first-child + .help-block {
1111
display: none !important;
1212
}
1313

14-
.inline-group-fieldtype .section-fieldtype.form-group:first-child {
14+
.inline_group-fieldtype .section-fieldtype.form-group:first-child {
1515
@apply grp-relative grp-mt-0 grp-rounded-t-md grp-border-t-0;
1616
}
1717

18-
.inline-group-fieldtype:last-child .section-fieldtype.form-group:not(.active) {
18+
.inline_group-fieldtype:last-child .section-fieldtype.form-group:not(.active) {
1919
@apply grp-rounded-b-md;
2020
}
2121

22-
.card .publish-fields:first-child .inline-group-fieldtype {
22+
.card .publish-fields:first-child .inline_group-fieldtype:first-child {
2323
@apply grp-rounded-t-md;
2424
}

0 commit comments

Comments
 (0)