BigW Consortium Gitlab

Commit b7cd5897 by Douwe Maan

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

IssueNotes: Fix role badge styling. See merge request gitlab-org/gitlab-ce!14279
parents 79332ad0 896f603f
...@@ -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