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,11 +260,9 @@ class _SshKeysCard extends StatelessWidget {
|
|||
const Divider(height: 0),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Expanded(
|
||||
child: InfoBox(
|
||||
text: 'ssh.ssh_disabled_warning'.tr(),
|
||||
isWarning: true,
|
||||
),
|
||||
child: InfoBox(
|
||||
text: 'ssh.ssh_disabled_warning'.tr(),
|
||||
isWarning: true,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue