Add padding to the repo list grid descriptions
This commit is contained in:
parent
f60e56c056
commit
5fb06428a2
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@
|
||||||
.new-repo-listing .description {
|
.new-repo-listing .description {
|
||||||
font-size: 0.91em;
|
font-size: 0.91em;
|
||||||
padding-top: 13px;
|
padding-top: 13px;
|
||||||
}
|
padding-left: 11px;
|
||||||
|
|
||||||
.new-repo-listing .description {
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Reference in a new issue