Make the space between the button and the tab section consistent

Signed-off-by: Cheng <1309173081@qq.com>
This commit is contained in:
Cheng 2018-09-18 13:52:11 +08:00
parent b9dae3f156
commit efc3937368
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="row"> <div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" style="top: 12px;"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 label-top">
<hbr-label [projectId]="projectId" [scope]="'p'" [hasProjectAdminRole]="hasProjectAdminRole"></hbr-label> <hbr-label [projectId]="projectId" [scope]="'p'" [hasProjectAdminRole]="hasProjectAdminRole"></hbr-label>
</div> </div>
</div> </div>

View File

@ -0,0 +1,3 @@
.label-top {
top: 12px;
}