Skip to content

Commit 5bbbc61

Browse files
authored
Increase height of keyfeatures box (#431)
Changed the height of .keyfeatures-box-text from a fixed 6em to auto to accomodate longer texts. The box height now depends on the longest text in each row.
1 parent 76268fa commit 5bbbc61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/theme-css/keyfeatures.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
.keyfeatures-box-text {
3232
line-height: 1.5;
3333
margin: 15px;
34-
height: 6em;
34+
height: auto;
35+
min-height: 6em;
3536
overflow: hidden;
3637
}
3738

0 commit comments

Comments
 (0)