|
1
|
.hustle-unsubscribe-block-settings select[multiple] { |
|
2
|
min-height: 200px !important; |
|
3
|
} |
|
4
|
|
|
5
|
/* Fix for this issue https://github.com/WordPress/gutenberg/issues/27166 */ |
|
6
|
.hustle-unsubscribe-block-settings svg[viewBox="0 0 24 24"] { |
|
7
|
display: none; |
|
8
|
} |
|
9
|
|