Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Adjust spacing between the open issue badge and the URL #11

Open
devraj opened this issue Feb 13, 2021 · 2 comments
Open

Adjust spacing between the open issue badge and the URL #11

devraj opened this issue Feb 13, 2021 · 2 comments

Comments

@devraj
Copy link
Member

devraj commented Feb 13, 2021

The design reference does not have as big a margin between the open an issue title and the link

Screen Shot 2021-02-13 at 2 23 08 pm

@brendon1555
Copy link
Contributor

Looks like this is specifically on the anomaly site because it is styling img

:not(.gm-control-active)>img {
    border-radius: 6px;
    max-width: 100%;
    margin: 24px auto;
}

We may need to use some !important rules so that our widget isn't affected by the base page styling no matter where it's displayed

@brendon1555
Copy link
Contributor

I have moved the widget into a shadow-dom container to prevent any css issues instead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants