Fix styles

This commit is contained in:
Naoki Takezoe
2015-11-27 10:10:15 +09:00
parent b8bd8f5512
commit 0bf843ce2a
2 changed files with 2 additions and 3 deletions

View File

@@ -101,7 +101,7 @@
}
}
</div>
<div style="margin-right: @if(expand){180px} else {50px};">
<div style="margin-right: @if(expand){180px} else {55px};">
@if(expand){
@repository.repository.description.map { description =>
<p class="description">@detectAndRenderLinks(description)</p>