Created
June 6, 2016 06:47
-
-
Save oli/29bb5bc7a6fa9bbd87cc8933d8bfe827 to your computer and use it in GitHub Desktop.
Revisions
-
oli created this gist
Jun 6, 2016 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ /** * Table layout and ellipsis */ .table { border-collapse: collapse; table-layout: fixed; width: 100% } td { width: 200px; min-width: 200px; border: 1px solid #eee; padding: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } td:last-child { width: 400px; min-width: 200px; max-width: 400px; } This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <table class="table"> <tbody> <tr> <td>Testing testinG</td> <td>Testing testinG</td> <td>Testing testinG</td> <td>Testing testinG</td> <td>Testing testing testing testing testing testing testing</td> </tr> </tbody> </table> This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // alert('Hello world!'); This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}