mirror of https://github.com/Chocobozzz/PeerTube
fix margin-left for edit-button
parent
dfe3f7b72e
commit
292c17b894
|
@ -7,6 +7,7 @@ my-small-loader ::ng-deep .root {
|
|||
width: 20px;
|
||||
}
|
||||
|
||||
a[class$=-button],
|
||||
span[class$=-button] {
|
||||
> span {
|
||||
margin-left: 5px;
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
<my-global-icon iconName="edit" aria-hidden="true"></my-global-icon>
|
||||
|
||||
<span class="button-label" *ngIf="label">{{ label }}</span>
|
||||
<span i18n class="button-label" *ngIf="!label">Update</span>
|
||||
<span class="button-label" i18n *ngIf="!label">Update</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue