mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +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