Skip to content
Snippets Groups Projects
Unverified Commit d61dd822 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: make summary width a bit wider


Otherwise marker and label are on two lines.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 04c21f0e
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,8 @@ details summary { ...@@ -292,7 +292,8 @@ details summary {
summary { summary {
/* just to avoid a big white border on focus */ /* just to avoid a big white border on focus */
width: 8ch; /* make it a bit wider as iOS otherwise would make a new line after the marker */
width: 10ch;
} }
p.label { p.label {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment