Add description padding
This commit is contained in:
parent
076ef34ff2
commit
16b334957c
2 changed files with 5 additions and 1 deletions
|
@ -564,6 +564,10 @@ p.editable:hover i {
|
|||
}
|
||||
|
||||
.repo .description p {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.repo .description p:last-child {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue