Is there any reasonable method to make tables responsive?  The standard 
apprach is to wrap the table in a div.

<div class="table-responsive">
  <table class="table">
    ...
  </table></div>


The code generated does not wrap the table in any div so it is not a simple 
question of copying the css of table-responsive to a new div class.


I don't want to use javascript.  Is there any way to get the table wrapped, 
short of writing HTML?


Thanks,

Kevin


-- 
You received this message because you are subscribed to the Google Groups 
"nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nikola-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nikola-discuss/845fddc1-69cd-4770-9afc-2860f2e10780%40googlegroups.com.

Reply via email to