civicrm / org.civicrm.shoreditch

Other
44 stars 59 forks source link

Tables in dashlets have a wrong display because of .label class should not be applied to td.label #529

Open hansrossel opened 3 years ago

hansrossel commented 3 years ago
.form-composite > legend, .label {
    display: inline;
}

is causing that tables in dashlets look wrong, td are compressed to the left side as very small columns.

Solution: