Skip to content

Commit ebba3a6

Browse files
authored
Merge pull request mdanics#42 from GustavoContreiras/patch-2
Fix button overflow
2 parents ce30688 + 2813476 commit ebba3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/profile_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ class _ProfilePage extends State<ProfilePage>
157157
Color borderColor,
158158
Function function}) {
159159
return new Container(
160+
width: 200.0,
160161
padding: const EdgeInsets.only(top: 2.0),
161162
child: new FlatButton(
162163
onPressed: function,

0 commit comments

Comments
 (0)