hotfix(station): station stats text alignment for smalls creens

This commit is contained in:
2026-04-16 22:38:07 +02:00
parent 119d79b071
commit 5b5c0ea5c2
@@ -290,5 +290,9 @@ export default defineComponent({
.filter-button > span { .filter-button > span {
display: none; display: none;
} }
.no-data {
text-align: center;
}
} }
</style> </style>