BigW Consortium Gitlab

Commit 827d4d2b by Douwe Maan Committed by Jarka Kadlecova

Merge branch 'role-badge-fix' into 'master'

IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
parent cc7e2a70
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<div class="note-actions"> <div class="note-actions">
<span <span
v-if="accessLevel" v-if="accessLevel"
class="note-role">{{accessLevel}}</span> class="note-role note-role-access">{{accessLevel}}</span>
<div <div
v-if="canAddAwardEmoji" v-if="canAddAwardEmoji"
class="note-actions-item"> class="note-actions-item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment