Skip to content

Commit c34d6b2

Browse files
committed
typo fix
1 parent 001ed24 commit c34d6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atcb-generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ function atcb_generate_date_button(data, parent, subEvent = 'all', oneOption = f
702702
btnDetails.append(btnDescription);
703703
} else {
704704
// in other cases, at least give the headline the option to grow
705-
btnHeadline.sstyle.lineClamp = '2';
705+
btnHeadline.style.lineClamp = '2';
706706
// and center, if nothing else is here
707707
if (fullTimeInfo.length == 0 && (data.recurrence == null || data.recurrence == '')) {
708708
btnRight.style.alignSelf = 'center';

0 commit comments

Comments
 (0)