diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-01 19:03:39 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-01 19:03:39 +0200 |
| commit | ea35257b9ae2ea89a5d48269ee8a21afa75fbfa2 (patch) | |
| tree | 8550cf35f86dfeea3b965c791f2b546dd3e0f708 | |
| parent | 5f525bf8fa97a8267451329e0f6e4ade5f35bb2c (diff) | |
| download | DevHive-ea35257b9ae2ea89a5d48269ee8a21afa75fbfa2.tar DevHive-ea35257b9ae2ea89a5d48269ee8a21afa75fbfa2.tar.gz DevHive-ea35257b9ae2ea89a5d48269ee8a21afa75fbfa2.zip | |
Added a workaround for not all posts loading on a very tall screen
| -rw-r--r-- | src/DevHive.Angular/src/app/components/profile/profile.component.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DevHive.Angular/src/app/components/profile/profile.component.css b/src/DevHive.Angular/src/app/components/profile/profile.component.css index fb84af3..650b640 100644 --- a/src/DevHive.Angular/src/app/components/profile/profile.component.css +++ b/src/DevHive.Angular/src/app/components/profile/profile.component.css @@ -86,4 +86,5 @@ hr { #posts { width: 100%; + height: 100%; } |
