fix: always align space nav rail children to the left (#5059)
This commit is contained in:
parent
20c0692d20
commit
fba96606cc
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ class SpacesNavigationRail extends StatelessWidget {
|
|||
duration: FluffyThemes.animationDuration,
|
||||
// Pangea#
|
||||
child: Column(
|
||||
// #Pangea
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
// Pangea#
|
||||
children: [
|
||||
Expanded(
|
||||
child: ListView.builder(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue