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() { ...@@ -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