mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix ant result content flex direction
This commit is contained in:
parent
f0de3fa1cf
commit
bd844f7be8
@ -344,6 +344,8 @@ body {
|
|||||||
.ant-result {
|
.ant-result {
|
||||||
.ant-result-content {
|
.ant-result-content {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user