Skip to content

Commit

Permalink
fix(slider): Slide shouldnt enforce text alignment (#824)
Browse files Browse the repository at this point in the history
The it should be up to the user for specific styling
  • Loading branch information
smasherprog authored and valorkin committed Oct 4, 2016
1 parent 650b4f7 commit ad2c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/carousel/slide.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { CarouselComponent, Direction } from './carousel.component';
@Component({
selector: 'slide',
template: `
<div [class.active]="active" class="item text-center">
<div [class.active]="active" class="item">
<ng-content></ng-content>
</div>
`
Expand Down

0 comments on commit ad2c5a6

Please sign in to comment.