mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix line height for the text inside details
This commit is contained in:
@@ -431,10 +431,11 @@ details.inline {
|
||||
}
|
||||
|
||||
details.inline > summary + span {
|
||||
margin: 0 0 0 18px;
|
||||
margin: 1px 0 0 18px;
|
||||
display: inline-block;
|
||||
font-size: 98%;
|
||||
cursor: default;
|
||||
line-height: 1.33;
|
||||
}
|
||||
|
||||
details.inline > summary + span > tt {
|
||||
|
||||
Reference in New Issue
Block a user