fix(style): add table title min-height (#547)
This commit is contained in:
parent
e80280fb81
commit
bf365e26e5
|
|
@ -331,6 +331,7 @@
|
|||
border-radius: 2px;
|
||||
|
||||
.ant-table-title {
|
||||
min-height: 40px;
|
||||
padding: 0 0 8px 0 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue