Page 1 of 1

Icon only button do not render correctly on mozilla firefox

Posted: 11 Jan 2019, 14:30
by ncetincift
angular 7.2
primeng 7.0.4
verona 7.0.0
firefox 64.0.2 (64-bit)

You can control how it looks on verona theme demo page. https://www.primefaces.org/verona-ng/#/sample

Re: Icon only button do not render correctly on mozilla firefox

Posted: 15 Jan 2019, 09:22
by merve7
Hi,
Thank you for feedback. We fixed for next release but you can use the below code until release;

Code: Select all

body .ui-fluid ui-button.ui-button-icon-only,
body .ui-button.ui-button-icon-only {
    width: 2.385em;
}

Re: Icon only button do not render correctly on mozilla firefox

Posted: 30 Apr 2020, 08:13
by Immodat
It is still not fixed. In PrimeNG Omega it is still not working.
Also the given workaround does not change anything

Re: Icon only button do not render correctly on mozilla firefox

Posted: 06 May 2020, 12:54
by merve7
Immodat wrote:
30 Apr 2020, 08:13
It is still not fixed. In PrimeNG Omega it is still not working.
Also the given workaround does not change anything
Hi,
Which template did your mean Verona or Omega? If Verona, we tried but unable to replicate with. Verona 9.0.0. If Omega, firstly, please use Omega forum and we will fix for the next release but you can use the below code until release;

Code: Select all

body .ui-fluid ui-button.ui-button-icon-only,
body .ui-button.ui-button-icon-only {
    width: 2.385em;
}