You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
159 B
CSS
10 lines
159 B
CSS
7 years ago
|
/* Hack the layout on mobile. */
|
||
|
@media (max-width: 767px) {
|
||
|
.rbc-toolbar {
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.rbc-toolbar-label {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
}
|