diff --git a/styles.css b/styles.css index 7726c25f5..d3c049a5d 100755 --- a/styles.css +++ b/styles.css @@ -501,6 +501,18 @@ if there only was one booking option. */ color: red; } +/* Make sure that spans within this container don't break. +We need this for teachers for example. */ +.flex-wrap-container { + display: flex; + flex-wrap: wrap; +} + +.flex-wrap-element { + display: inline-block; + white-space: nowrap; +} + /* Styles for new report.php */ #accordion-usertables .columnclass.option { max-width: 100px; @@ -522,18 +534,6 @@ if there only was one booking option. */ margin-left: 20px; } -/* Make sure that spans within this container don't break. -We need this for teachers for example. */ -.flex-wrap-container { - display: flex; - flex-wrap: wrap; -} - -.flex-wrap-element { - display: inline-block; - white-space: nowrap; -} - .report2-system-border { position: relative; padding: 5px 10px;