mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
fix margin-left for edit-button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user