Skip to content

Commit

Permalink
Merge pull request #74 from SCODEMeetup/issue/71-mobile-button-wrap
Browse files Browse the repository at this point in the history
Wrap text on home page buttons
  • Loading branch information
tjvick authored Mar 27, 2020
2 parents 6c1d8da + 0013069 commit a7ddc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/scenes/chooseCategory/chooseCategoryClass.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class ChooseCategory extends React.Component {
key={`cat${id}`}
onClick={() => this.chooseCategory(id)}
raised
className="jumbo bg-primary text-white mb30">
className="jumbo bg-primary text-white wrap-lines mb30">
{CATEGORY_LABELS[id]}
</Button>
))}
Expand Down

0 comments on commit a7ddc4c

Please sign in to comment.