Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: changed flex-direction for rbc-toolbar mobile (jquense#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-madsen committed Feb 9, 2024
1 parent 0e1734e commit 8d7b20d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sass/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@ $active-border: darken($btn-border, 12%);
margin-left: 10px;
}
}

@media (max-width: 767px) {
.rbc-toolbar {
flex-direction: column;
}
}

0 comments on commit 8d7b20d

Please sign in to comment.