Skip to content

Commit

Permalink
remove class from download panel and add inner column div (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpwagner authored and ZeldaZach committed Mar 6, 2019
1 parent bf2ea61 commit 389ce36
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions public/src/game/DeckSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,13 @@ const SuggestLands = () => (
);

const DownloadPanel = () => (
<fieldset className='download-controls fieldset'>
<fieldset className='fieldset'>
<legend className='legend game-legend'>Download</legend>
<Download />
<Copy />
<Log />
<div className='column'>
<Download />
<Copy />
<Log />
</div>
</fieldset>
);

Expand Down

0 comments on commit 389ce36

Please sign in to comment.