From a2ec263116a2aa258fa0071dd78c8f42f77adf58 Mon Sep 17 00:00:00 2001 From: Matt Portune <59324545+mportune-bw@users.noreply.github.com> Date: Thu, 10 Mar 2022 13:55:48 -0500 Subject: [PATCH] fixes for font cutoff on samsung devices (#1838) --- .../AccountViewCell/AccountViewCell.xaml | 14 +++++++------- src/App/Styles/Android.xaml | 16 ++++++++++++++-- src/App/Styles/Base.xaml | 8 ++++++++ src/App/Styles/iOS.xaml | 14 ++++++++++++-- 4 files changed, 41 insertions(+), 11 deletions(-) diff --git a/src/App/Controls/AccountViewCell/AccountViewCell.xaml b/src/App/Controls/AccountViewCell/AccountViewCell.xaml index c3eb578b7..3d45cf929 100644 --- a/src/App/Controls/AccountViewCell/AccountViewCell.xaml +++ b/src/App/Controls/AccountViewCell/AccountViewCell.xaml @@ -59,26 +59,26 @@ Grid.Row="0" Text="{Binding AccountView.Email}" IsVisible="{Binding IsActive}" - StyleClass="list-title" + StyleClass="accountlist-title, accountlist-title-platform" LineBreakMode="TailTruncation" />