🩹 Fix flex items width overflow
This commit is contained in:
parent
21dfe8543b
commit
faac321840
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
||||||
.flex__item {
|
.flex__item {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
[class*="flex__justify-"] .flex__item {
|
[class*="flex__justify-"] .flex__item {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue