.e-card-content .assignee a {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.e-kanban-dialog .e-kanban-form-wrapper table .e-label,
.e-kanban-dialog .e-kanban-form-container table .e-label {
  width: auto;
}

.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table .e-label,
.e-kanban-dialog.e-dialog .e-kanban-form-container table .e-label {
  width: 150px;
}

.e-swimlane-text > * {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.e-swimlane-text > * img {
  width: 25px;
  height: 25px;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content .dropdown {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content .dropdown .dropdown-toggle:after {
  display: none;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content .dropdown .dropdown-menu {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px;
  font-size: 90%;
  width: 100px;
  font-weight: normal;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content .dropdown .dropdown-menu > * {
  display: block;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content .commands {
  position: absolute;
  right: 3px;
  bottom: 10px;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content .commands a {
  color: inherit;
}

.view-kanban-content .property-section #reset_filter,
.view-kanban-content .property-section #fullscreen,
.view-kanban-content .property-section #addNew {
  margin-top: 17px;
}

.e-kanban .e-kanban-table.e-content-table .e-card .e-card-tag.e-card-label {
  background-color: #d7d9e1;
  color: #6c757d;
}

.e-kanban .e-kanban-header .e-header-cells .e-header-text {
  font-size: inherit;
}

.e-kanban .e-kanban-content .e-collapse-header-text {
  font-size: inherit !important;
}
