You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* Prevent collapsible headings from wrapping onto two lines eagerly */
|
|
summary > h1,
|
|
summary > h2,
|
|
summary > h3,
|
|
summary > h4,
|
|
summary > h5,
|
|
summary > h6 {
|
|
display: inline-block;
|
|
}
|
|
|
|
/* Prevent longer checkbox lists from wrapping eagerly */
|
|
input + p {
|
|
display: inline;
|
|
}
|
|
|