Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Style: Fix overflow #2420

Closed
wants to merge 1 commit into from
Closed

Style: Fix overflow #2420

wants to merge 1 commit into from

Conversation

Anki-0
Copy link

@Anki-0 Anki-0 commented Apr 13, 2021

Description of PR

.map-container overflow in table view

Relevant Issues

Changed in App.scss under

@media (max-width: 769px) .map-container {width: calc(100% - 2rem);}

to

{width: calc(100% - 3rem);}

Checklist

  • Compiles and passes lint tests
  • Properly formatted
  • Tested on desktop
  • Tested on phone

Screenshots
1
2

Copy link

@9013036022 9013036022 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All Checked ✅

@Anki-0 Anki-0 closed this May 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants