Skip to content

Commit

Permalink
Fixed map browser width
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisvHest committed Feb 3, 2024
1 parent 84dabf1 commit 3dd300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MapMaven/Components/Maps/MapBrowser.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@using MapMaven.Core.Utilities.Scoresaber
@using MapMaven.Core.Models.DynamicPlaylists

<div @onkeydown="OnKeyDown" class="d-inline" tabindex="-1">
<div @onkeydown="OnKeyDown" class="d-inline full-width" tabindex="-1">
<MudDataGrid @ref="TableRef"
T="Map"
Items="Maps"
Expand Down

0 comments on commit 3dd300e

Please sign in to comment.