Merge pull request #3602 from alphagov/fix-chrome-autofill-font-size

Fix font-size when Chrome autofills inputs
This commit is contained in:
Chris Hill-Scott
2020-09-07 12:39:40 +01:00
committed by GitHub

View File

@@ -253,3 +253,7 @@ details .arrow {
}
}
input:-webkit-autofill::first-line {
@include core-19;
}