fix text alignment

This commit is contained in:
Gerard Burns 2024-04-14 09:01:38 +01:00
parent 7fcea91ab4
commit 2c6dd23df1
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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>