diff options
Diffstat (limited to 'client/src/app/shared/shared-forms/markdown-textarea.component.html')
-rw-r--r-- | client/src/app/shared/shared-forms/markdown-textarea.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.html b/client/src/app/shared/shared-forms/markdown-textarea.component.html index a519f3e0a..513b543cd 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.html +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.html | |||
@@ -24,11 +24,11 @@ | |||
24 | </ng-container> | 24 | </ng-container> |
25 | 25 | ||
26 | <my-button | 26 | <my-button |
27 | *ngIf="!isMaximized" icon="fullscreen" (click)="onMaximizeClick()" | 27 | *ngIf="!isMaximized" [title]="maximizeInText" className="maximize-button" icon="fullscreen" (click)="onMaximizeClick()" |
28 | ></my-button> | 28 | ></my-button> |
29 | 29 | ||
30 | <my-button | 30 | <my-button |
31 | *ngIf="isMaximized" icon="exit-fullscreen" (click)="onMaximizeClick()" | 31 | *ngIf="isMaximized" [title]="maximizeOutText" className="maximize-button" icon="exit-fullscreen" (click)="onMaximizeClick()" |
32 | ></my-button> | 32 | ></my-button> |
33 | </div> | 33 | </div> |
34 | 34 | ||