From 1eaf259b0defe9879f1608bddee39b1f7ca9e914 Mon Sep 17 00:00:00 2001 From: Lidia Date: Wed, 9 Nov 2022 16:48:22 +0300 Subject: [PATCH 1/2] Update style.css --- result/views/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/result/views/stylesheets/style.css b/result/views/stylesheets/style.css index 6528cf8a..8e588089 100644 --- a/result/views/stylesheets/style.css +++ b/result/views/stylesheets/style.css @@ -8,7 +8,7 @@ html, body { margin: 0; padding: 0; - height: 100%; + height: 50%; font-family: 'Open Sans'; } @@ -121,4 +121,4 @@ body { margin-bottom: -4px; width: 50%; height: 100%; -} \ No newline at end of file +} From 7821744664f59751cc23826806a261972a7f439d Mon Sep 17 00:00:00 2001 From: Lidia Date: Wed, 9 Nov 2022 20:37:15 +0300 Subject: [PATCH 2/2] Update uffizzi-preview.yaml --- .github/workflows/uffizzi-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uffizzi-preview.yaml b/.github/workflows/uffizzi-preview.yaml index a3765506..435a156d 100644 --- a/.github/workflows/uffizzi-preview.yaml +++ b/.github/workflows/uffizzi-preview.yaml @@ -80,7 +80,7 @@ jobs: # and this reusable workflow will delete the preview deployment. compose-file-cache-key: ${{ needs.cache-compose-file.outputs.compose-file-cache-key }} compose-file-cache-path: docker-compose.rendered.yml - server: https://app.uffizzi.com/ + server: https://22e1-62-4-33-119.ngrok.io pr-number: ${{ needs.cache-compose-file.outputs.pr-number }} git-ref: ${{ needs.cache-compose-file.outputs.git-ref }} permissions: