Skip to content

Starter example: icons style regression from fixed issue #271 #282

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

Closed
DJ-caddev opened this issue May 16, 2023 · 1 comment
Closed

Starter example: icons style regression from fixed issue #271 #282

DJ-caddev opened this issue May 16, 2023 · 1 comment

Comments

@DJ-caddev
Copy link

DJ-caddev commented May 16, 2023

A regression has appeared in the latest create-vue version '2023-05-12 (v3.6.4)', in the starter project.

The commented line below has been removed from the base example:

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  /* position: relative; */
  font-weight: normal;
}

causing the page to display as such, with all the icons packed on the center-left of the screen:
image

@btea
Copy link
Collaborator

btea commented May 17, 2023

Seems to have been fixed by #278

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

No branches or pull requests

2 participants