Skip to content

Commit 6593bb5

Browse files
committed
fix(frontend): button 行高问题导致的字符显示不全 #8716
# Reviewed, transaction id: 27243
1 parent 0352875 commit 6593bb5

File tree

1 file changed

+1
-1
lines changed
  • dbm-ui/frontend/src/components/text-overflow-layout

1 file changed

+1
-1
lines changed

dbm-ui/frontend/src/components/text-overflow-layout/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
display: block;
8383
width: 100%;
8484
overflow: hidden;
85-
line-height: 1.2;
85+
line-height: 16px !important;
8686
text-overflow: ellipsis;
8787
white-space: nowrap;
8888
}

0 commit comments

Comments
 (0)