bootstrap-table-cell-input.css 314 B

123456789101112
  1. .table-cell-input {
  2. display: block !important;
  3. padding: 5px !important;
  4. margin: 0 !important;
  5. border: 0 !important;
  6. width: 100% !important;
  7. box-sizing: border-box !important;
  8. -moz-box-sizing: border-box !important;
  9. border-radius: 0 !important;
  10. line-height: 1 !important;
  11. white-space: nowrap;
  12. }