Commit 35404de2 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '215654-follow-up-from-feat-css-add-line-height-and-text-align-utils' into 'master'

Use new gitlab-ui reset classes

Closes #215654

See merge request gitlab-org/gitlab!30690
parents 9169e4a6 58208284
......@@ -139,5 +139,5 @@
.gl-white-space-normal { @include gl-white-space-normal; }
.gl-word-break-all { @include gl-word-break-all; }
.gl-line-height-inherit { line-height: inherit; }
.gl-text-align-inherit { text-align: inherit; }
.gl-reset-line-height { @include gl-reset-line-height; }
.gl-reset-text-align { @include gl-reset-text-align; }
......@@ -106,7 +106,7 @@ export default {
<template v-else>
<gl-deprecated-button
ref="vulnerability-title"
class="d-inline gl-line-height-inherit gl-text-align-inherit gl-white-space-normal"
class="d-inline gl-reset-line-height gl-reset-text-align gl-white-space-normal"
variant="blank"
@click="openModal({ vulnerability })"
>{{ vulnerability.name }}</gl-deprecated-button
......
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