Skip to content

Commit 4207c54

Browse files
fix: adjust description height
Description was getting cut off when the description spanned more than 3 lines. This allows 3 line descriptions
1 parent 7931c20 commit 4207c54

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/plugins/youmax/youmax.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
color: #0aa8a7;
9696
display: inline-block;
9797
padding: 15px 20px;
98-
font-weight: bold;
99-
font-size: 15px;
98+
font-weight: bold;
99+
font-size: 15px;
100100
max-width: 350px;
101-
height: 60px;
101+
height: 80px;
102102
overflow: hidden;
103103
}
104104

0 commit comments

Comments
 (0)