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

[Table] Fixed top border missing for the first TR of the 2nd (or 3rd and so on) TBODY #4458

Closed
wants to merge 1 commit into from

Commits on Aug 19, 2016

  1. Fixed top border missing for the first TR of the 2nd, 3rd etc TBODY

    Fixed top border missing for the first TR of the 2nd (or 3rd and so on) TBODY of a TABLE. Test with:
    
    	<table class="ui celled striped table">
    		<tbody>
    			<tr>
    				<td>First TBODY</td>
    			</tr>
    		</tbody>
    		<tbody>
    			<tr>
    				<td>Second TBODY</td>
    			</tr>
    		</tbody>
    	</table>
    MLukman authored Aug 19, 2016
    Configuration menu
    Copy the full SHA
    d1d1661 View commit details
    Browse the repository at this point in the history