Commit 9dcebdc2 authored by ddcat1115's avatar ddcat1115

fix #948

parent 4f9d8ce0
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
margin-bottom: 12px; margin-bottom: 12px;
& > a { & > a {
color: @heading-color; color: @heading-color;
display: inline-block;
max-width: 100%;
} }
} }
.ant-card-actions { .ant-card-actions {
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
margin-bottom: 4px; margin-bottom: 4px;
& > a { & > a {
color: @heading-color; color: @heading-color;
display: inline-block;
max-width: 100%;
} }
} }
.ant-card-meta-description { .ant-card-meta-description {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment