Skip to content

Commit ab60539

Browse files
authored
style(admin): allow long lines in reports to scroll (#18723)
1 parent f891447 commit ab60539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

warehouse/admin/static/css/admin.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
}
5151
}
5252

53+
/* Timeline */
54+
.timeline-body dl dd {
55+
overflow-inline: auto; /* Prevent long lines in malware report bodies from breaking the layout */
56+
}
57+
5358
/* Dashboard utilization cards */
5459
.utilization-card {
5560
.info-icon {

0 commit comments

Comments
 (0)