/**
 * theme/default/css/custom.css - Customization of default theme = Anpassungen wegen Darstellung
 */

.dataTable td.dropdown-cell .dropdown {
    height: auto;
}
.dataTable td.dropdown-cell .dropdown > a {
    padding: 8px 16px 8px 10px !important;
}
.dataTable td.dropdown-cell .dropdown > a i {
    position: absolute;
    right: 8px;
}