Skip to content

Commit

Permalink
feat: improve toolbar responsiveness for mobile devices (jquense#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonmc authored and jquense committed Jul 10, 2018
1 parent adc2078 commit cd10e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/less/toolbar.less
Expand Up @@ -5,6 +5,8 @@

.rbc-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-bottom: 10px;
font-size: 16px;
Expand Down

0 comments on commit cd10e6f

Please sign in to comment.