diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index ff4582e89..bd3de737b 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -253,3 +253,7 @@ details .arrow { } } + +input:-webkit-autofill::first-line { + @include core-19; +}