Commit 021670f7 authored by Ade Fikriatul  Ilmi's avatar Ade Fikriatul Ilmi

fixing view contact us dashboard admin

parent 71e7fdd5
...@@ -146,10 +146,10 @@ class _Dashboard4State extends State<Dashboard4> { ...@@ -146,10 +146,10 @@ class _Dashboard4State extends State<Dashboard4> {
content: Form( content: Form(
child: Container( child: Container(
padding: EdgeInsets.only( padding: EdgeInsets.only(
left: screenSize.width * 0.045, left: screenSize.width * 0.040,
top: screenSize.height * 0.01), top: screenSize.height * 0.01),
width: screenSize.width * 0.50, width: screenSize.width * 0.55,
height: screenSize.height * 0.50, height: screenSize.height * 0.55,
child: Column( child: Column(
crossAxisAlignment: crossAxisAlignment:
CrossAxisAlignment.start, CrossAxisAlignment.start,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment