chore: layout fixes

This commit is contained in:
2024-06-06 14:12:21 +02:00
parent 7c974e8d0e
commit fee9774f88
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -412,15 +412,13 @@ export default defineComponent({
@import '../../styles/icons.scss';
$rowCol: #424242;
$tableBgCol: #555555;
.station_table {
height: 80vh;
max-height: 2000px;
min-height: 700px;
overflow-y: scroll;
overflow-x: auto;
overflow: auto;
font-weight: 500;
background-color: $tableBgCol;
}
.no-stations {