Skip to content

Commit 6e3a9c1

Browse files
committed
fix: Email subject text is cut off at the bottom on web
1 parent d95f4b6 commit 6e3a9c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/features/email/presentation/styles/email_subject_styles.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class EmailSubjectStyles {
1212
overflow: PlatformInfo.isWeb ? TextOverflow.ellipsis : null,
1313
color: Colors.black,
1414
fontSize: 24,
15-
height: 1,
1615
letterSpacing: -0.24,
1716
);
1817
}

0 commit comments

Comments
 (0)