chore: Cleanup the design in widget builder (#5852)
This commit is contained in:
@@ -445,8 +445,10 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.widget-container {
|
||||
width: 60%;
|
||||
|
||||
@include breakpoint(900px down) {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -456,7 +458,7 @@ export default {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
min-height: 64rem;
|
||||
min-height: 65rem;
|
||||
margin: var(--space-zero) var(--space-two) var(--space-two) var(--space-two);
|
||||
padding: var(--space-one) var(--space-one) var(--space-one) var(--space-one);
|
||||
background: var(--s-50);
|
||||
|
||||
Reference in New Issue
Block a user