Merge branch 'feature-76148/MyLvaMA' into cis40_2026-05_ma_rc

This commit is contained in:
Harald Bamberger
2026-05-04 17:59:51 +02:00
16 changed files with 675 additions and 159 deletions
+10
View File
@@ -6,3 +6,13 @@
color: var(--fhc-myLv-disabled) !important;
cursor: default;
}
/* adjustment to have bs5 dropdownmenus rendered properly over a tabulator table */
.mylv-semester-table .tabulator-cell {
overflow: unset;
}
.mylv-semester-table .tabulator-cell .action-col {
/*min-height: 2.5rem;*/
align-items: flex-start; /* so wrapped rows don't stretch vertically */
}