Skip to content

Commit

Permalink
Fix stretching images after recent figure style change
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Dec 14, 2023
1 parent bcf233f commit 8a4a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_sass/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dd {

.site-figure-container {
flex: 0 1 auto;
width: 100%;
max-width: 100%;

img { width: 100%; }

Expand Down
2 changes: 1 addition & 1 deletion src/platform-integration/ios/app-extensions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Adding iOS app extensions
description: Learn how to add app extensions to your Flutter apps
description: Learn how to add app extensions to your Flutter apps.
---

iOS app extensions allow you to expand functionality
Expand Down

0 comments on commit 8a4a150

Please sign in to comment.