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