Skip to content

Commit 7317773

Browse files
Merge pull request bagisto#7716 from jitendra-webkul/2.0.0
Fixed form error shifting
2 parents 9a36bfe + 2974dac commit 7317773

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/Webkul/Shop/src/Resources/views/components/form/control-group/error.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
v-slot="{ message }"
1010
>
1111
<p
12-
class="text-red-500 text-xs italic"
12+
class="text-red-500 text-xs italic absolute"
1313
v-text="message"
1414
>
1515
</p>

public/themes/default/build/assets/app-601e3531.css

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

public/themes/default/build/assets/app-d1a7e8e3.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/themes/default/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"src/Resources/assets/css/app.css": {
3-
"file": "assets/app-d1a7e8e3.css",
3+
"file": "assets/app-601e3531.css",
44
"isEntry": true,
55
"src": "src/Resources/assets/css/app.css"
66
},

0 commit comments

Comments
 (0)