10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
/**
|
|
* Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
.demo-free-node {
|
|
min-height: unset !important;
|
|
min-width: unset !important;
|
|
}
|