fix: replace fill-width with 100%(firfox issue)
This commit is contained in:
parent
dfb8a19c53
commit
340980402e
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@
|
|||
top: 5%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0%);
|
||||
width: -webkit-fill-available;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.grid-form-heading {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue