index.css 284 B

1234567891011121314151617
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. .demo-node-content {
  6. padding: 8px 12px;
  7. flex-grow: 1;
  8. min-width: 300px;
  9. }
  10. .demo-node-title {
  11. font-weight: 500;
  12. font-size: 14px;
  13. width: 100%;
  14. margin: 4px 0px 12px 0px;
  15. }