14 lines
345 B
CSS
14 lines
345 B
CSS
.app-ecommerce-category .comment-editor .ql-editor,
|
|
.app-ecommerce .comment-editor .ql-editor {
|
|
min-height: 7rem;
|
|
border-top-left-radius: 0.375rem;
|
|
border-top-right-radius: 0.375rem;
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
.widget-separator .border-shift.border-end {
|
|
border-right: none !important;
|
|
border-left: none !important;
|
|
}
|
|
}
|