mquan / turbo-issues

bug tracking for turbo
0 stars 0 forks source link

bootstrap 2.2.1 causes popover html really ugly #102

Closed mquan closed 12 years ago

mquan commented 12 years ago

It's b/c they disable html by default. Set .popover({html: true})

Also the control-label is right-align so the popover as a child is also right-aligned. Just create a span with left alignment inside control-label.