Skip to content
Snippets Groups Projects
Commit f862e770 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

fix SU summary styling + removal of white lines in class

parent 31fd65a6
No related branches found
No related tags found
1 merge request!1153New Week View
......@@ -56,4 +56,11 @@
overflow-y: scroll;
border: 1px solid lightgrey;
padding: 0px 10px 10px 10px;
left: 15px;
max-width: 5rem !important;
}
.station-information {
display: flex;
column-gap: 5rem;
}
\ No newline at end of file
......@@ -113,8 +113,25 @@
.timeline-details-pane {
font-size: 14px;
flex-direction: column;
}
.timeline-details-header {
display: flex;
}
.timeline-details-overview {
display: flex;
flex-direction: column;
.group {
display: flex;
flex-direction: row;
line-height: 0;
}
}
#now-btn {
margin-left: 10px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment