fix: replace fill-width with 100%(firfox issue)

This commit is contained in:
Ejaaz Khan 2025-04-16 17:22:36 +05:30
parent dfb8a19c53
commit 340980402e

View file

@ -516,7 +516,7 @@
top: 5%;
left: 50%;
transform: translate(-50%, 0%);
width: -webkit-fill-available;
width: 100%;
}
.grid-form-heading {