Skip to content

Commit

Permalink
Better on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Mar 22, 2024
1 parent 696e83b commit 8f251ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/views/DraftScouting/DraftClass.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const DraftClass = ({
You cannot import/export future draft classes during a fantasy draft
</div>
) : (
<div className="d-flex mb-3">
<div className="d-flex flex-wrap gap-1 mb-3">
<div className="btn-group me-auto">
<button
className="btn btn-light-bordered btn-xs"
Expand Down Expand Up @@ -127,6 +127,7 @@ const DraftClass = ({
) : null}
</div>
<a
className="text-nowrap"
href={helpers.leagueUrl([
"compare_players",
players
Expand Down

0 comments on commit 8f251ca

Please sign in to comment.