13 lines
209 B
CSS
13 lines
209 B
CSS
/**
|
|
* Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
.array-item-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.icon-button-popover {
|
|
padding: 6px 8px;
|
|
}
|