🐛 Fix height of "center" element

This commit is contained in:
2022-08-22 22:29:15 +02:00
parent a785671567
commit e1a429162a
5 changed files with 19 additions and 13 deletions

View File

@ -118,7 +118,7 @@ function isCancelled(substitution) {
background-color: var(--timetable-trust-warning-background);
border-radius: 4px;
padding: 3px 10px;
margin-bottom: 10px;
margin: 5px 0px;
width: max-content;
}