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-03-29 10:24:50 +01:00
parent abe4165416
commit fb8879b59a

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>