mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
087be3e685
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
14 lines
280 B
CSS
14 lines
280 B
CSS
/* 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;
|
|
}
|