Correct table styles
This commit is contained in:
parent
8e5073d912
commit
7d92eb8140
|
@ -487,6 +487,9 @@
|
||||||
}
|
}
|
||||||
li, div {
|
li, div {
|
||||||
box-shadow: 0 0 0 1px @gray;
|
box-shadow: 0 0 0 1px @gray;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue