diff options
| author | Tom <392513+tborychowski@users.noreply.github.com> | 2020-10-05 15:03:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-05 15:03:44 +0100 |
| commit | e81bd2d374d42ec2d3e39739cf7f36084ce7547e (patch) | |
| tree | 8915b5b10e809d6a09aad12dd39e5fbfa639d0bf | |
| parent | 10ebd1f9e8876c8617b63e2a2ffcc509626d0029 (diff) | |
enforce app to stay in the grid cell
| -rwxr-xr-x | assets/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
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 +} |