diff options
| author | Anantha Krishnan K G <AnanthaKrish@users.noreply.github.com> | 2018-10-11 13:37:25 +0530 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-10-11 12:07:25 +0400 |
| commit | 7cb4c3747eb4971d24244d66967e2daf24f950a4 (patch) | |
| tree | 373f8cd473973024b708a14f5d524abdfc640671 | |
| parent | Update version (diff) | |
| download | githunt-7cb4c3747eb4971d24244d66967e2daf24f950a4.tar.gz | |
Fix for Project names overflow (#25)
| -rw-r--r-- | src/components/repository-grid/grid-item/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/repository-grid/grid-item/styles.css b/src/components/repository-grid/grid-item/styles.css index 44f1a4f..624d536 100644 --- a/src/components/repository-grid/grid-item/styles.css +++ b/src/components/repository-grid/grid-item/styles.css @@ -72,6 +72,7 @@ .grid-item-container .repo-name { font-weight: 700; + word-wrap: break-all; } .grid-item-container .repo-body p { |
