Skip to content
Snippets Groups Projects
Verified Commit ac5e5a17 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix(field-set): input type color width

parent 502617e7
No related branches found
No related tags found
No related merge requests found
...@@ -137,6 +137,7 @@ slot { ...@@ -137,6 +137,7 @@ slot {
::slotted(input[type="color"]) { ::slotted(input[type="color"]) {
padding: 0 0.2rem; padding: 0 0.2rem;
min-height: calc(1.8rem + 0.4rem); min-height: calc(1.8rem + 0.4rem);
width: 100%;
} }
::slotted(input[type="time"]), ::slotted(input[type="time"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment