Skip to content

Commit 16f47eb

Browse files
committed
Only collapse the y-axis of collapsible elements
To prevent the left and right paddings to be cut off. This will be fixed in Icinga/icingaweb2#5456. Then this commit can be reverted.
1 parent 2d8395c commit 16f47eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

public/css/common.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,7 @@ pre {
136136
color: @color-critical;
137137
}
138138

139+
// TODO(jr): Remove if https://github.com/Icinga/icingaweb2/pull/5456 is merged
140+
.collapsible.collapsed:not(details) {
141+
overflow: visible clip;
142+
}

0 commit comments

Comments
 (0)