mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
vertically center column headers
This commit is contained in:
parent
e7aaae307e
commit
70769d43db
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import './listsTable.css';
|
||||
|
||||
import { Table, Tag } from 'antd';
|
||||
import { PaginationConfig, SorterResult, TableCurrentDataSource } from 'antd/lib/table';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
.ant-table-header-column > div {
|
||||
margin-top: 8px;
|
||||
}
|
||||
Loading…
Reference in a new issue