@@ -35,7 +35,6 @@
i.trigger {
font-size: 20px;
- line-height: 64px;
height: 64px;
cursor: pointer;
transition: all 0.3s, padding 0s;
@@ -92,6 +92,9 @@
.ant-card-head {
position: relative;
}
+ .ant-card-head-title {
+ align-items: normal;
+ }