Commit 380c7f77 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Simon Knox

Work item title font weight

parent 1ac8a9d1
......@@ -40,7 +40,7 @@ export function createApolloProvider() {
type: 'TITLE',
enabled: true,
// eslint-disable-next-line @gitlab/require-i18n-strings
contentText: 'Test',
contentText: 'Test Work Item Title',
},
],
},
......
......@@ -36,7 +36,11 @@ export default {
<section>
<!-- Title widget placeholder -->
<div>
<h2 v-if="titleWidgetData" class="title" data-testid="title">
<h2
v-if="titleWidgetData"
class="gl-font-weight-normal gl-sm-font-weight-bold gl-my-5"
data-testid="title"
>
{{ titleWidgetData.contentText }}
</h2>
</div>
......
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