Fix padding
This commit is contained in:
parent
c3b0e7d141
commit
9e2c635461
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ class FileSearchResultWidget extends StatelessWidget {
|
|||
matchedFile.file,
|
||||
"file_details",
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
const SizedBox(width: 16),
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
|
|
@ -31,7 +31,7 @@ class LocationSearchResultWidget extends StatelessWidget {
|
|||
locationSearchResult.files[0],
|
||||
heroTagPrefix,
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
const SizedBox(width: 16),
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
|
Loading…
Reference in a new issue