mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
fix: Minor design fixes
This commit is contained in:
parent
c1cb91dc79
commit
dbc56c2cf2
@ -67,13 +67,7 @@ class EventInfoDialog extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.all(12.0),
|
padding: const EdgeInsets.all(12.0),
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
child: Text(
|
child: Text(prettyJson),
|
||||||
prettyJson,
|
|
||||||
style: const TextStyle(
|
|
||||||
fontFamily: 'Roboto-Mono',
|
|
||||||
fontSize: 16,
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
@ -283,7 +283,7 @@ class _ButtonContent extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
onPressed: onPressed,
|
onPressed: onPressed,
|
||||||
icon: icon,
|
icon: icon,
|
||||||
label: Text(label),
|
label: Text(label, overflow: TextOverflow.ellipsis),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user