From 5edbcad8d212f109dcf3cf75864b830d404ced3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Horvat?= Date: Mon, 18 Dec 2023 23:08:08 +0100 Subject: [PATCH] Restore Translate view full height (#3055) It turns out the CSS property removed in cc7d3503db342958d225029e5521c2e847986eed was not so unused afterall. --- translate/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/translate/src/App.css b/translate/src/App.css index 41ef39fc89..eaad0ac730 100644 --- a/translate/src/App.css +++ b/translate/src/App.css @@ -14,6 +14,7 @@ #app > .main-content { display: flex; + flex: 1; justify-content: space-between; overflow: auto; }