diff --git a/assets/css/admin.scss b/assets/css/admin.scss index e72585b7aa9..86bc4e7e3c6 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -4797,8 +4797,20 @@ float: right; } - input[type=text], - input[type=number], + input[type="text"], + input[type="number"], + input[type="password"], + input[type="color"], + input[type="date"], + input[type="datetime"], + input[type="datetime-local"], + input[type="email"], + input[type="month"], + input[type="search"], + input[type="tel"], + input[type="time"], + input[type="url"], + input[type="week"], select, textarea { width: 100%;