Skip to content

Commit

Permalink
Merge pull request #20 from NicolasConstant/develop
Browse files Browse the repository at this point in the history
fix package information display
  • Loading branch information
NicolasConstant authored Jun 15, 2021
2 parents 651cbdb + c8d6d5e commit d26350c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/app/import/remote-package/remote-package.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,38 @@
}

&__name {
display: block;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

&__description {
display: block;
padding-left: 15px;
padding-right: 15px;

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

&__github {
display: block;

color: gray;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

&:hover {
color:white;
}
Expand Down

0 comments on commit d26350c

Please sign in to comment.