Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve component styling now that css-grid is fully supported #45

Open
jason-capsule42 opened this issue Aug 23, 2023 · 1 comment
Open
Labels
auro-pane Type: Bug Bug or Bug fixes

Comments

@jason-capsule42
Copy link
Member

Please verify the version of auro-pane you have installed

No response

Please describe the bug

The component styles contains the following code:

@supports (display: grid) {
      display: grid;

      grid-template-columns: auto;
      grid-template-rows: 1.625rem 1.25rem;
    }

This can be cleaned up using https://caniuse.com/css-grid

Reproducing the error

None

Expected behavior

No response

What browsers are you seeing the problem on?

No response

Additional context

No response

Exit criteria

CSS styles use css grid

@jason-capsule42 jason-capsule42 added Type: Bug Bug or Bug fixes not-reviewed Issue has not been reviewed by Auro team members auro-pane labels Aug 23, 2023
@Patrick-Daly-AA Patrick-Daly-AA removed the not-reviewed Issue has not been reviewed by Auro team members label Aug 23, 2023
@blackfalcon
Copy link
Member

@jason-capsule42 can you better describe what the actual bug is? Is there an issue with the Ui as presented to the user? Is this a code preference? Is the code not working as expected? Lastly, is this still an issue?

We need to determine if this is an actual bug or a performance update/tech-debt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auro-pane Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

3 participants