diff --git a/shared/js/ui/modal/connect/Renderer.scss b/shared/js/ui/modal/connect/Renderer.scss index 08a13d2b..f92f4614 100644 --- a/shared/js/ui/modal/connect/Renderer.scss +++ b/shared/js/ui/modal/connect/Renderer.scss @@ -106,7 +106,8 @@ .buttonShowHistory { .containerText { display: inline-block; - width: 10em; + min-width: 10em; + flex-shrink: 0; } .containerArrow { @@ -239,6 +240,8 @@ max-width: 100%; text-overflow: ellipsis; overflow: hidden; + + @include text-dotdotdot(); } } diff --git a/shared/js/ui/modal/connect/Renderer.tsx b/shared/js/ui/modal/connect/Renderer.tsx index 6b8cfa06..10cc03bb 100644 --- a/shared/js/ui/modal/connect/Renderer.tsx +++ b/shared/js/ui/modal/connect/Renderer.tsx @@ -385,22 +385,22 @@ const HistoryTable = () => {
- Name + Name
- Address + Address
- Password + Password
- Country + Country
- Clients + Clients
- Connections + Connections