gitlab-org--gitlab-foss/app/assets/stylesheets/pages/error_details.scss

19 lines
227 B
SCSS
Raw Normal View History

.error-details {
li {
@include gl-line-height-32;
}
}
.stacktrace {
.file-title {
svg {
vertical-align: middle;
top: -1px;
}
}
.line_content.old::before {
content: none !important;
}
}