Skip to content

Commit e8eb7a1

Browse files
authored
Merge pull request #784 from ibi-group/fix-exception-overflow
style(Job Monitor Popover): Fix exception overflow, allow scrolling in CSS
2 parents f617cbf + 7f76189 commit e8eb7a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,3 +996,8 @@ h4.line:after {
996996
.route-type-select .toggle.expanded::after {
997997
content: "\f068";
998998
}
999+
1000+
/* Datatools backend exception in popover overflows the container */
1001+
.popover-content {
1002+
overflow-x: scroll;
1003+
}

0 commit comments

Comments
 (0)