Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

bootstrap styles #563

Closed
zawiasam opened this issue Jan 5, 2015 · 3 comments
Closed

bootstrap styles #563

zawiasam opened this issue Jan 5, 2015 · 3 comments

Comments

@zawiasam
Copy link

zawiasam commented Jan 5, 2015

Control layout is broken when you apply a theme for bootstrap template and when screen is in size "-md-" (for "-sm-" is ok)
image
image

after:
Commit: 9e635c1

@leonardoporro
Copy link

I've written this template, without using columns. It seems to work.
(match.tpl.html)

`


<button type="button" class="btn btn-default" ng-class="{'col-sm-8 col-md-10': $select.allowClear && !$select.isEmpty(),'col-sm-10 col-md-11': !$select.allowClear || $select.isEmpty()}" tabindex="-1" ;="" ng-click="$select.activate()">
{{$select.placeholder}}







`

@aeisenberg
Copy link
Contributor

Thanks for raising this issue. We are hitting it too. It looks like if we stick to v0.9.3 or earlier, we can avoid this problem.

@brianfeister
Copy link

Fix released in v0.9.6

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

4 participants