index.css 209 B

123456789101112
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. .array-item-wrapper {
  6. display: flex;
  7. align-items: center;
  8. }
  9. .icon-button-popover {
  10. padding: 6px 8px;
  11. }