mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Add support for fit class in details
This commit is contained in:
@ -482,6 +482,10 @@ details[open].inline > summary:after {
|
||||
content: '⏷';
|
||||
}
|
||||
|
||||
details.inline.fit > summary + span {
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
[data-second-print]:has(details) + br:has(+[data-x-br]) {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user