-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
table <caption> text alignment/placement looks bad #14142
Comments
Caption styles were added in #14095. Please try the bleeding-edge CSS and please explain the panel tables issue in more detail. |
Create a panel without a panel-body, a table inside it and add a caption tag to this table. It starts center aligned, which is ugly. I tried to use text-left but then it touches the table border, becoming even worse. |
@fabiocarneiro Here's what it looks like with bleeding-edge Bootstrap: http://jsfiddle.net/AN662/ |
@cvrebert, Yes, exactly. Don't you think its ugly? Don't you think the text is too close with the table border? |
Yeah. |
…les in panels.
There is no styling for table caption tag. Its also becomes very ugly when using panel tables with caption and class "text-left" since the text does not have any margin left.
The text was updated successfully, but these errors were encountered: