mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 23:45:50 +01:00
Fix styles
This commit is contained in:
@@ -101,7 +101,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-right: @if(expand){180px} else {50px};">
|
<div style="margin-right: @if(expand){180px} else {55px};">
|
||||||
@if(expand){
|
@if(expand){
|
||||||
@repository.repository.description.map { description =>
|
@repository.repository.description.map { description =>
|
||||||
<p class="description">@detectAndRenderLinks(description)</p>
|
<p class="description">@detectAndRenderLinks(description)</p>
|
||||||
|
|||||||
@@ -921,9 +921,8 @@ a.selected {
|
|||||||
}
|
}
|
||||||
|
|
||||||
span.issue-status {
|
span.issue-status {
|
||||||
font-size: large;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px;
|
padding: 4px 8px 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table-issues {
|
table.table-issues {
|
||||||
|
|||||||
Reference in New Issue
Block a user