Browse Source

feat: break-word inside TODO table

master
parent
commit
8be91c4dc7
  1. 2
      pages/index.html

2
pages/index.html

@ -18,7 +18,7 @@
<div class="container text-center" style="margin-top: 40px;">
<table id="todos" class="table table-hover"></table>
<table id="todos" class="table table-hover" style="word-wrap: break-word;"></table>
</div>

Loading…
Cancel
Save