Skip to content

Instantly share code, notes, and snippets.

@Leolik
Last active April 18, 2019 14:55
Show Gist options
  • Save Leolik/0b1c92bcea075d1ce1f824fbbfae301c to your computer and use it in GitHub Desktop.
Save Leolik/0b1c92bcea075d1ce1f824fbbfae301c to your computer and use it in GitHub Desktop.
Untitled
.table {
width: 100px;
border-collapse: collapse;
border: solid 1px #000;
}
.table td {
padding: 10px;
border: 1px solid #000;
word-break: break-all;
}
<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>
// alert('Hello world!');
{"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