diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index dcc5a2cfe..fed608bd6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -130,7 +130,7 @@ jobs: - name: Install Node uses: actions/setup-node@v4 with: - node-version: 18.10.0 + node-version: 18.13.0 - name: Install Chromium Browser run: sudo apt install chromium-browser - name: Install dependencies diff --git a/modules/ui/src/app/components/device-item/device-item.component.scss b/modules/ui/src/app/components/device-item/device-item.component.scss index d636b4727..c591b1d5d 100644 --- a/modules/ui/src/app/components/device-item/device-item.component.scss +++ b/modules/ui/src/app/components/device-item/device-item.component.scss @@ -131,7 +131,7 @@ $border-radius: 12px; font-style: normal; font-weight: 400; line-height: 20px; - max-width: 112px; + max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -146,6 +146,7 @@ $border-radius: 12px; font-size: 12px; padding-top: 2px; line-height: 20px; + max-width: 100%; } .button-start {