From 1834524d2c62565ea9b61fc5e1543e89049d26d0 Mon Sep 17 00:00:00 2001 From: Stephan Rauh <3045767+stephanrauh@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:09:14 +0200 Subject: [PATCH] stephanrauh/ngx-extended-pdf-viewer#2291 improved compatibility to Tailwind (removing a span tag that's always invisible) --- .../lib/toolbar/pdf-shy-button/pdf-shy-button.component.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/ngx-extended-pdf-viewer/src/lib/toolbar/pdf-shy-button/pdf-shy-button.component.html b/projects/ngx-extended-pdf-viewer/src/lib/toolbar/pdf-shy-button/pdf-shy-button.component.html index e752000e7..34d4865fd 100644 --- a/projects/ngx-extended-pdf-viewer/src/lib/toolbar/pdf-shy-button/pdf-shy-button.component.html +++ b/projects/ngx-extended-pdf-viewer/src/lib/toolbar/pdf-shy-button/pdf-shy-button.component.html @@ -12,6 +12,4 @@ [attr.aria-label]="title" role="button" #buttonRef -> - {{ title }} - +>