Skip to content

Commit

Permalink
fix(FilePicker): Align navigation and file list on medium and small d…
Browse files Browse the repository at this point in the history
…isplay sizes

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Sep 12, 2023
1 parent 5d1cc1d commit 49765ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/FilePicker/FilePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ export default {
// Auto fit height
min-height: 0;
flex: 1;
// align with navigation on smaller screens
padding-inline: 2px;
* {
box-sizing: border-box;
Expand Down

0 comments on commit 49765ab

Please sign in to comment.