Skip to content

Commit

Permalink
reordering of styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Nov 25, 2024
1 parent bc49c83 commit 8b899d9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,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;
Expand All @@ -492,18 +504,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;
Expand Down

0 comments on commit 8b899d9

Please sign in to comment.