perf: improve the text length style of the comment subject ref title (#4115)

#### What type of PR is this?

/area console
/kind improvement
/milestone 2.7.x

#### What this PR does / why we need it:

Fix style issue of the comment subject ref title.

before:

<img width="1386" alt="image" src="https://github.com/halo-dev/halo/assets/21301288/d6c845d4-039b-42bb-855a-01c9ddf113ee">

after:

<img width="1390" alt="image" src="https://github.com/halo-dev/halo/assets/21301288/0f53f3fb-ab59-4b12-9352-49623b121347">


#### Which issue(s) this PR fixes:

Fixes #4068 

#### Special notes for your reviewer:

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/4119/head
Ryan Wang 2023-06-25 14:34:17 +08:00 committed by GitHub
parent 1b6d081750
commit f37085f5a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ const subjectRefResult = computed(() => {
<VTag>{{ subjectRefResult.label }}</VTag>
<RouterLink
:to="subjectRefResult.route || $route"
class="truncate text-sm font-medium text-gray-900 hover:text-gray-600"
class="line-clamp-2 inline-block text-sm font-medium text-gray-900 hover:text-gray-600"
>
{{ subjectRefResult.title }}
</RouterLink>