Commit 16db6341 authored by Simon Knox's avatar Simon Knox

Merge branch 'ntepluhina-work-item-styling' into 'master'

Feature page styling

See merge request gitlab-org/gitlab!72976
parents 1d154fa0 380c7f77
......@@ -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