.table-responsive regression
Created by: alecpl
After #23665 I see one problem. A table with table table-responsive
class does not fit the screen width on a big screen. Previously the display:block
was added only on small widths, now it applies always.
For your consideration if it's worth to change or it's as expected, but note it's a regression. I'll be fine with any decision.