Fixed issue server url too truncated

This commit is contained in:
Juan Gilsanz Polo 2022-10-19 22:50:40 +02:00
parent 5e955c5bb7
commit 334b24e56e

View file

@ -176,7 +176,6 @@ class ServersList extends StatelessWidget {
children: [
Text(
"${server.connectionMethod}://${server.domain}${server.path ?? ""}${server.port != null ? ':${server.port}' : ""}",
overflow: TextOverflow.ellipsis,
style: const TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500