Last active
April 18, 2019 14:55
-
-
Save Leolik/0b1c92bcea075d1ce1f824fbbfae301c to your computer and use it in GitHub Desktop.
Untitled
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 characters
.table { | |
width: 100px; | |
border-collapse: collapse; | |
border: solid 1px #000; | |
} | |
.table td { | |
padding: 10px; | |
border: 1px solid #000; | |
word-break: break-all; | |
} |
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 characters
<table class="table"> | |
<tr> | |
<td>Test text</td> | |
<td>fkasdjfkl;ajsd;fjsdkfasdlkfjads;kfjasd;kasf;lsadkfjas;dfjkas;ldfkas;dlfkajsdl;fkasfasjdf;ajsdf;lasdjfls;kdjfal;skdfjas</td> | |
</tr> | |
</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 characters
// 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 characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment