Skip to content

Commit f3b9fee

Browse files
committed
Added non breaking CSS temporary fix for 4.1
1 parent ed6e07f commit f3b9fee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/resources/views/crud/form_content.blade.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@
2222

2323
<!-- CRUD FORM CONTENT - crud_fields_styles stack -->
2424
@stack('crud_fields_styles')
25+
26+
{{-- Temporary fix on 4.1 --}}
27+
<style>
28+
.form-group.required label:not(:empty):not(.form-check-label)::after {
29+
content: '';
30+
}
31+
.form-group.required > label:not(:empty):not(.form-check-label)::after {
32+
content: ' *';
33+
color: #ff0000;
34+
}
35+
</style>
2536
@endsection
2637

2738
@section('after_scripts')

0 commit comments

Comments
 (0)