Skip to content

Commit

Permalink
Fix device description size and overflow (Koenkk#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrskycriper authored Feb 4, 2024
1 parent 173625f commit 2a7d7d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supported-devices-component/components/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ $bgColor: #F2F2F2;
.desc {
padding: 0.3rem 0.5rem;
font-size: 12px;
overflow: hidden;
max-height: 3.24rem;
}
.model {
Expand Down

0 comments on commit 2a7d7d1

Please sign in to comment.