Fix incorrect issuel filter menu style (#25018)

Before:

<details>


![image](b67b3a83-ebe4-4dac-b4b2-de93401d7ab2)

</details>

After:

<details>


![image](fbf34418-2ddf-4d47-82da-155823501d31)


![image](1b275de3-8c16-4873-b056-0df430c882f0)

</details>
This commit is contained in:
wxiaoguang 2023-05-31 18:44:28 +08:00 committed by GitHub
parent a90988d63f
commit 48bfea6705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 15 deletions

View file

@ -23,12 +23,6 @@
justify-content: space-between;
}
.dashboard.feeds .filter.menu .item .text,
.dashboard.issues .filter.menu .item .text {
height: 16px;
vertical-align: middle;
}
.dashboard.feeds .filter.menu .item .text.truncate,
.dashboard.issues .filter.menu .item .text.truncate {
width: 75%;