Skip to content

Commit f214b09

Browse files
committed
Fix code-box overflowing parent container
1 parent 3c59e96 commit f214b09

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/admin/public/assets/css/admin.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ dt {
5050
ul.modulelist {
5151
column-count: 3;
5252
}
53+
54+
div.code-box-content {
55+
padding: 0;
56+
}

0 commit comments

Comments
 (0)