mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
Make the space between the button and the tab section consistent
Signed-off-by: Cheng <1309173081@qq.com>
This commit is contained in:
parent
b9dae3f156
commit
efc3937368
@ -1,5 +1,5 @@
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
@ -0,0 +1,3 @@
|
||||
.label-top {
|
||||
top: 12px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user