fixed rtl supoort in some pages
This commit is contained in:
@@ -182,7 +182,7 @@ class DesktopHomePage extends StatelessWidget {
|
||||
return ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 740),
|
||||
child: Align(
|
||||
alignment: Alignment.centerLeft,
|
||||
alignment: AlignmentDirectional.centerStart,
|
||||
child: Text(
|
||||
isYourTenders
|
||||
? HomeStrings.yourTenders
|
||||
|
||||
Reference in New Issue
Block a user