debian-mirror-gitlab/app/assets/stylesheets/pages/error_details.scss

25 lines
303 B
SCSS
Raw Normal View History

2019-12-26 22:10:19 +05:30
.error-details {
li {
@include gl-line-height-32;
}
}
.stacktrace {
.file-title {
svg {
vertical-align: middle;
top: -1px;
}
}
2020-01-01 13:55:28 +05:30
.file-title-name {
&.limited-width {
max-width: 80%;
}
}
2019-12-26 22:10:19 +05:30
.line_content.old::before {
content: none !important;
}
}