fix text alignment
This commit is contained in:
parent
7fcea91ab4
commit
2c6dd23df1
|
@ -31,7 +31,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
row-gap: 6px;
|
row-gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noWrap {
|
.noWrap {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<style>
|
<style>
|
||||||
.space {
|
.space {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
width: 5px;
|
width: 3px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue