fix: Email subject text is cut off at the bottom on web
This commit is contained in:
@@ -12,7 +12,6 @@ class EmailSubjectStyles {
|
|||||||
overflow: PlatformInfo.isWeb ? TextOverflow.ellipsis : null,
|
overflow: PlatformInfo.isWeb ? TextOverflow.ellipsis : null,
|
||||||
color: Colors.black,
|
color: Colors.black,
|
||||||
fontSize: 24,
|
fontSize: 24,
|
||||||
height: 1,
|
|
||||||
letterSpacing: -0.24,
|
letterSpacing: -0.24,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user