Skip to content

Commit 4b4d878

Browse files
committed
Horiztontal table styles
1 parent f21ac45 commit 4b4d878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/timetable_styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ h3 {
147147
overflow-x: auto;
148148
}
149149

150-
.table-horizontal tbody tr th {
150+
.table-horizontal tbody tr th.stop-name-container {
151151
width: 250px;
152152
display: block;
153153
}

views/timetable/timetable_horizontal.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- previousCity = stop.stop_city
2020

2121
tr.stop-row(id=`stop_id_${stop.stop_id}` data-stop-id=`${stop.stop_id}`)
22-
th(scope="row")
22+
th.stop-name-container(scope="row")
2323
include timetable_stopname.pug
2424

2525
each trip in stop.trips

0 commit comments

Comments
 (0)