fix: Email subject text is cut off at the bottom on web

This commit is contained in:
dab246
2025-10-17 12:52:25 +07:00
committed by Dat H. Pham
parent 1d57f37a9a
commit 832f8e1391
@@ -12,7 +12,6 @@ class EmailSubjectStyles {
overflow: PlatformInfo.isWeb ? TextOverflow.ellipsis : null,
color: Colors.black,
fontSize: 24,
height: 1,
letterSpacing: -0.24,
);
}