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

missing CSS formating #6

Open
Gokula2010 opened this issue Aug 29, 2018 · 3 comments
Open

missing CSS formating #6

Gokula2010 opened this issue Aug 29, 2018 · 3 comments

Comments

@Gokula2010
Copy link

Thanks for sharing the project.

I created new Angular 6 project, installed angular material, and install the missing package from sb-admin-material (package.json), copied all the style & assets, login component (.ts, .scss, .html) file.

When i run, login page is not render as expected. Please see the attached screenshot

sb-admin-material-login

@Gokula2010
Copy link
Author

Gokula2010 commented Aug 29, 2018

I found where is the issue,

required to wrap up with additional div.


<div>
        <div fxFlex fxLayout="row" fxLayout.lt-md="column">
          <div fxFlexFill>
            <mat-form-field class="w-100">
              <input matInput placeholder="Email">
            </mat-form-field>
          </div>
        </div>
</div>

@WayneBarnard
Copy link

Hi
Do you have any idea why this is happening? This is effecting all of my pages, and I dont want to create hundreds of div tags...
Is there another solution?
screenshot from 2018-09-10 08-49-25

@andrespinov
Copy link

I have the same that @WayneBarnard. It seems something with Angular Flex-Layout.

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

3 participants