Hide ScopedBadge overflow notes

This commit is contained in:
Rajat Jain 2019-04-25 09:54:05 +05:30
parent 10bf3bbc90
commit e8a79b4309
2 changed files with 8 additions and 1 deletions

View File

@ -456,7 +456,9 @@
// Don't hide the overflow in system messages
.system-note-message,
.issuable-detail {
.issuable-detail,
.md-preview-holder,
.note-body {
.scoped-label-wrapper {
.badge {
overflow: initial;

View File

@ -0,0 +1,5 @@
---
title: Hide ScopedBadge overflow notes
merge_request: 27651
author:
type: fixed