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() { ...@@ -40,7 +40,7 @@ export function createApolloProvider() {
type: 'TITLE', type: 'TITLE',
enabled: true, enabled: true,
// eslint-disable-next-line @gitlab/require-i18n-strings // eslint-disable-next-line @gitlab/require-i18n-strings
contentText: 'Test', contentText: 'Test Work Item Title',
}, },
], ],
}, },
......
...@@ -36,7 +36,11 @@ export default { ...@@ -36,7 +36,11 @@ export default {
<section> <section>
<!-- Title widget placeholder --> <!-- Title widget placeholder -->
<div> <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 }} {{ titleWidgetData.contentText }}
</h2> </h2>
</div> </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