header-labels: fixed small spacing issues
This commit is contained in:
parent
836aa041be
commit
b807af96dd
2 changed files with 5 additions and 3 deletions
|
|
@ -233,7 +233,8 @@
|
|||
|
||||
.right-label-summary {
|
||||
float: left;
|
||||
margin-top: 7px;
|
||||
margin-top: 0px;
|
||||
line-height: 2em;
|
||||
width: ~"calc(100% - 160px)";
|
||||
}
|
||||
}
|
||||
|
|
@ -255,7 +256,8 @@
|
|||
|
||||
.right-label-summary {
|
||||
float: left;
|
||||
margin-top: 7px;
|
||||
margin-top: 0px;
|
||||
line-height: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
<div class="fieldset collapsable-content" data-toggle="summary-details">
|
||||
<div class="left-label-summary-files">
|
||||
<p>${_('File last commit')}</p>
|
||||
<p>${_('File last commit')}:</p>
|
||||
<div class="right-label-summary">
|
||||
<code><a href="${h.route_path('repo_commit',repo_name=c.repo_name,commit_id=c.file_last_commit.raw_id)}">${h.show_id(c.file_last_commit)}</a></code>
|
||||
${file_base.refs(c.file_last_commit)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue