From 4366b6aba48e983ef60d0ddb21b2ef3d281b406c Mon Sep 17 00:00:00 2001
From: Wenszel
->> Play Online here <<
-
>> Watch YouTube Video here << @@ -29,7 +29,7 @@ Tests:    -Tools: +Other:      @@ -41,12 +41,11 @@ Tools: - Maintained code reliability by implementing unit and integration tests using **Mocha**, **Chai**, and **Jest**. -- Hosted in a **Docker** container on **AWS EC2**. - -- Established CI/CD using **CircleCI**. - - Implemented E2E tests utilizing **Cypress**, addressing challenges related to [testing collaboration](https://docs.cypress.io/guides/references/trade-offs#Multiple-browsers-open-at-the-same-time) and canvas functionality in the application. +- Established a CI/CD pipeline using **CircleCI**, with pushing **Docker** container to **AWS ECR** and deploying to **AWS ECS** + + ## Installation 1. Download this repository diff --git a/src/components/LoginPage/JoinServer/JoinServer.module.css b/src/components/LoginPage/JoinServer/JoinServer.module.css index bd89d03..c2361bb 100644 --- a/src/components/LoginPage/JoinServer/JoinServer.module.css +++ b/src/components/LoginPage/JoinServer/JoinServer.module.css @@ -1,7 +1,7 @@ .serversTableContainer { display: flex; - height: 500px; overflow: scroll; + height: 500px; width: 100%; } .refresh { diff --git a/src/components/LoginPage/JoinServer/ServersTable/ServersTable.module.css b/src/components/LoginPage/JoinServer/ServersTable/ServersTable.module.css index 25636ad..a176bf8 100644 --- a/src/components/LoginPage/JoinServer/ServersTable/ServersTable.module.css +++ b/src/components/LoginPage/JoinServer/ServersTable/ServersTable.module.css @@ -1,6 +1,8 @@ .roomName { max-width: 150px; overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; text-align: left !important; } .rooms > thead > tr :nth-child(2) { @@ -30,6 +32,7 @@ .rooms { border-collapse: collapse; width: 100%; + height: fit-content; } .lastColumn {