mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 19:03:12 +00:00
fix(ui): Remove Expanded wrapper for SSH disabled warning
- Resolves: #568
This commit is contained in:
parent
d6cc90354f
commit
6432dd98a6
|
@ -260,13 +260,11 @@ class _SshKeysCard extends StatelessWidget {
|
||||||
const Divider(height: 0),
|
const Divider(height: 0),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
child: Expanded(
|
|
||||||
child: InfoBox(
|
child: InfoBox(
|
||||||
text: 'ssh.ssh_disabled_warning'.tr(),
|
text: 'ssh.ssh_disabled_warning'.tr(),
|
||||||
isWarning: true,
|
isWarning: true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue