fix: min width for mobile
This commit is contained in:
@@ -110,6 +110,7 @@ const binContainerWidth = computed(() => {
|
|||||||
.feature-step {
|
.feature-step {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-width: 235px;
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user