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

Commit

Permalink
Merge pull request mdanics#42 from GustavoContreiras/patch-2
Browse files Browse the repository at this point in the history
Fix button overflow
  • Loading branch information
mdanics authored May 3, 2019
2 parents ce30688 + 2813476 commit ebba3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/profile_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ class _ProfilePage extends State<ProfilePage>
Color borderColor,
Function function}) {
return new Container(
width: 200.0,
padding: const EdgeInsets.only(top: 2.0),
child: new FlatButton(
onPressed: function,
Expand Down

0 comments on commit ebba3a6

Please sign in to comment.