Skip to content

Commit 2a7d7d1

Browse files
authored
Fix device description size and overflow (Koenkk#2539)
1 parent 173625f commit 2a7d7d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

supported-devices-component/components/device.vue

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ $bgColor: #F2F2F2;
9090
.desc {
9191
padding: 0.3rem 0.5rem;
9292
font-size: 12px;
93+
overflow: hidden;
94+
max-height: 3.24rem;
9395
}
9496
9597
.model {

0 commit comments

Comments
 (0)