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

Since latest updates all form fields seem to be missing bootstrap styles #175

Closed
paulrwest opened this issue Mar 2, 2017 · 2 comments
Closed

Comments

@paulrwest
Copy link

Hi Chris,

Sorry to pester again, since pulling your latest update of dev-master the admin area seems to have lost a lot of the default bootstrap classes from the form fields and therefore a lot of the default bootstrap styles are missing. I have checked logs and there are no errors but presuming this is not intentional.

before update:

<div class="form-group">
  <div class="form-group text ">
    <label for="label"> Label</label>
    <input type="text" name="_label" class="form-control" id="label" value="Timezone">
  </div>
</div>

after:

<div class="form-group">
  <div class="input text">
    <label for="label"> Label</label>
    <input type="text" name="_label" id="label" value="Timezone">
  </div>
</div>
@botchris botchris added the Defect label Mar 2, 2017
@botchris
Copy link
Collaborator

botchris commented Mar 2, 2017

Aspects classes are not being injected properly. Already fixed here 50bf8d1 , update your installation using composer as usual.

I've disabled Aspects feature on testing environment as seems to be problem with latest version of a thirdparty package.

@paulrwest
Copy link
Author

Thanks for fixing

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

No branches or pull requests

2 participants