Created
July 13, 2016 17:45
-
-
Save frob/a3248fe4b97b68376bfad07794d7c722 to your computer and use it in GitHub Desktop.
table layout fixed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
table{table-layout:fixed;width:100%;} | |
tbody>tr>*:nth-last-child(2)~*{ width:50%} | |
tbody>tr>*:nth-last-child(3)~*{ width:33.3%} | |
tbody>tr>*:nth-last-child(4)~*{ width:25%} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/a/32286135