Commit f131b502 authored by η»―δΈ€'s avatar η»―δΈ€ Committed by ι™ˆεΈ…

fix: use max-height to replace height for better vertical-align (#1919)

parent fcc48447
......@@ -61,7 +61,7 @@
left: 50%;
top: 50%;
text-align: center;
height: 62px;
max-height: 62px;
transform: translate(-50%, -50%);
& > h4 {
color: @text-color-secondary;
......
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