| 12345678910111213141516171819 |
- .header_table_body td {
- font-weight: 600;
- }
- .components-table-resizable-column .react-resizable {
- position: relative;
- background-clip: padding-box;
- }
- .components-table-resizable-column .react-resizable-handle {
- position: absolute;
- width: 10px;
- height: 100%;
- bottom: 0;
- right: -9px;
- cursor: col-resize;
- z-index: 1;
- border-left: white 1px solid;
- }
|