fixed an overflow issue
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s
This commit is contained in:
parent
0cc0d82e68
commit
f3dde26d88
@ -292,6 +292,8 @@ h6 {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
grid-gap: 10px;
|
grid-gap: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputWrapperMainWrapper {
|
.inputWrapperMainWrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user