Skip to content

Commit

Permalink
ensure flex-grow on content editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin McLaughlin committed Apr 10, 2024
1 parent b920a93 commit edc2e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryUrl>https://github.com/erinnmclaughlin/MudBlazor.HtmlEditor</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Version>1.2.1</Version>
<Version>1.2.2</Version>
<Description>A customizable HTML editor component for MudBlazor, powered by QuillJS.</Description>
<Copyright>2024 Erin McLaughlin</Copyright>
<PackageProjectUrl>https://github.com/erinnmclaughlin/MudBlazor.HtmlEditor</PackageProjectUrl>
Expand Down
1 change: 1 addition & 0 deletions src/Tizzani.MudBlazor.HtmlEditor/wwwroot/MudHtmlEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
}

.html-editor .ql-container {
flex-grow: 1;
overflow: hidden;
}

Expand Down

0 comments on commit edc2e19

Please sign in to comment.