Fix the mixed tab and space (replace with full tab)

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet
2024-04-03 08:30:42 +00:00
committed by backportbot[bot]
parent bbe895ca78
commit c435304084
+1 -1
View File
@@ -100,6 +100,6 @@ export default {
border-radius: var(--border-radius-pill);
margin-right: 3px;
white-space: nowrap;
text-overflow: ellipsis;
text-overflow: ellipsis;
}
</style>