From b1e16bd1617ca29509aaad7c2f6fa6e377aaf173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Fri, 4 Apr 2025 17:43:40 +0200 Subject: [PATCH] Fix floating labels rendering on Firefox --- .browserslistrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.browserslistrc b/.browserslistrc index c71c8b9c71..cddd230052 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -9,3 +9,4 @@ Firefox ESR iOS >= 12 Safari >= 12 not Explorer <= 11 +not kaios <= 2.5 # fix floating label issues in Firefox (see https://github.com/postcss/autoprefixer/issues/1533)