From faf7eab7d9528451570a26e27093159045346064 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Apr 2021 09:46:44 +0200 Subject: Cleanup plugins admin CSS --- client/src/app/shared/shared-main/buttons/edit-button.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-main/buttons/edit-button.component.ts') diff --git a/client/src/app/shared/shared-main/buttons/edit-button.component.ts b/client/src/app/shared/shared-main/buttons/edit-button.component.ts index 4b76551ca..24c8625ff 100644 --- a/client/src/app/shared/shared-main/buttons/edit-button.component.ts +++ b/client/src/app/shared/shared-main/buttons/edit-button.component.ts @@ -5,11 +5,11 @@ import { Component, Input, OnInit } from '@angular/core' styleUrls: [ './button.component.scss' ], templateUrl: './edit-button.component.html' }) - export class EditButtonComponent implements OnInit { @Input() label: string @Input() title: string @Input() routerLink: string[] | string = [] + @Input() responsiveLabel = false ngOnInit () { // No label -- cgit v1.2.3