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;
|
||||
}
|
||||
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</span>
|
||||
<span class="right-title">Selected Image</span>
|
||||
<span class="right-title">Image</span>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue