mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix to support inlined details element (on the same line with text when opened)
This commit is contained in:
@@ -459,6 +459,11 @@ details.inline > summary + span {
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
details.inline.inlined > summary,
|
||||
details.inline.inlined {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
details.inline > summary + span > tt {
|
||||
font-size: 96%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user