Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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. }