AllenFang / AllenFang/react-bootstrap-table
-md classes cause layout problems on narrow devices
Aberta
enhancement
- Linguagem predominante
- JavaScript
- Estrelas
- 2.2k
- Forks
- 761
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Some table elements use "col-md-" classes, which display badly on small devices. Why not use "col-xs-" instead (or make it customizable)?
Here is an example where the pagination lays on two different lines for no good reason.

Replacing them by "col-xs-" in dev tools fixes the issue (but not that easy to override otherwise).
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.