From e81bd2d374d42ec2d3e39739cf7f36084ce7547e Mon Sep 17 00:00:00 2001 From: Tom <392513+tborychowski@users.noreply.github.com> Date: Mon, 5 Oct 2020 15:03:44 +0100 Subject: [PATCH] enforce app to stay in the grid cell --- assets/css/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 18b3b02..338fc5f 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -228,6 +228,8 @@ table a{ display: flex; flex-direction: column; justify-content: center; + flex: 1; + overflow: hidden; } .apps_text a{ @@ -553,4 +555,4 @@ table a{ #app-address { display: none; } -} \ No newline at end of file +}