7 lines
94 B
SCSS
7 lines
94 B
SCSS
@if $utterances_enable {
|
|
.utterances {
|
|
//max-width: unset;
|
|
min-height: 300px;
|
|
}
|
|
}
|