1a14e5230e
- Show pipeline status, title, MR Status and project path - Popover attached to gitlab flavored markdown everywhere, including: + MR/Issue Title + MR/Issue description + MR/Issue comments + Rendered markdown files
16 lines
253 B
SCSS
16 lines
253 B
SCSS
.popover {
|
|
min-width: 300px;
|
|
|
|
.popover-body .user-popover {
|
|
padding: $gl-padding-8;
|
|
font-size: $gl-font-size-small;
|
|
line-height: $gl-line-height;
|
|
}
|
|
}
|
|
|
|
.mr-popover {
|
|
.text-secondary {
|
|
font-size: 12px;
|
|
line-height: 1.33;
|
|
}
|
|
}
|