You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
227B

  1. table.table {
  2. .dropdown-actions {
  3. display: inline-block ;
  4. }
  5. .actions {
  6. white-space: nowrap;
  7. }
  8. }
  9. .table-filters-line th {
  10. font-weight: 400;
  11. position: relative;
  12. }
  13. .table td, .table th {
  14. padding: 0.35rem;
  15. }