mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 15:29:13 +00:00
Fixed issue server url too truncated
This commit is contained in:
parent
5e955c5bb7
commit
334b24e56e
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue