Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Fix NavMenuLink width
  • Loading branch information
vnbaaij committed Oct 9, 2023
1 parent 72873cd commit 6eb6806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>

<VersionFile>3.2.0</VersionFile>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionFile>3.2.1</VersionFile>
<VersionPrefix>3.2.1</VersionPrefix>
<VersionSuffix></VersionSuffix>

<AssemblyVersion>$(VersionFile)</AssemblyVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Components/NavMenu/FluentNavLink.razor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
::deep .fluent-nav-link {
font-weight: 400;
width: 100%;
color: inherit;
align-items: center;
text-decoration: none;
Expand Down

0 comments on commit 6eb6806

Please sign in to comment.