chore: scenery timetables history translation; layout fixes

This commit is contained in:
2024-06-06 14:19:17 +02:00
parent fee9774f88
commit c9de1a48ce
3 changed files with 11 additions and 4 deletions
@@ -1,6 +1,6 @@
<template>
<div class="scenery-timetables-history">
<div class="top-filters">
<div class="history-modes">
<button
class="btn btn--option"
v-for="mode in historyModeList"
@@ -189,7 +189,7 @@ export default defineComponent({
overflow: auto;
}
.top-filters {
.history-modes {
display: flex;
justify-content: center;
flex-wrap: wrap;
@@ -202,4 +202,11 @@ export default defineComponent({
min-width: 120px;
}
}
table td a {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>