Skip to content
Snippets Groups Projects
Commit ea16d19f authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

fixed text overflow for stacktrace

parent 41c3e9f9
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!589Feature error reporting
Pipeline #8410 passed
......@@ -702,6 +702,15 @@ error report dialog style
color: #cb5454;
}
#report-stacktrace {
width: 470px;
max-height: 200px;
}
#report-stacktrace > div {
overflow-wrap: break-word;
}
#report-stacktrace h3 {
color: #fff;
border: 1px solid #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment