#form_stundenplan td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th, td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle !important;
}

.has-cursor-pointer {
    cursor: pointer;
}

.tag-group {
    flex-wrap: nowrap;
    margin: 0 !important;
    padding: 0 !important
}

.tag-group + .tag-group {
    margin-top: 0.25rem !important;
}

.tag.is-delete{
    cursor: pointer;
}

p + div.tag-group {
    margin-top: 0.5rem !important;
}

/*
table {
    table-layout: fixed;  
}

td:first-child, th:first-child {
    width: 70px;
    }
    
td .tags { 
  flex-wrap: nowrap; 
  align-items: center; 
}
*/

td .tags .tag:first-child a {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
