10 lines
173 B
SCSS
10 lines
173 B
SCSS
.woocommerce-marketplace__feedback-modal {
|
|||
max-width: 666px;
|
|||
}
|
|||
|
|||
.woocommerce-marketplace__feedback-modal-buttons {
|
|||
display: flex;
|
|||
justify-content: flex-end;
|
|||
gap: 8px;
|
|||
}
|