Add message if corpus is empty

This commit is contained in:
Patrick Jentsch
2020-04-15 12:49:26 +02:00
parent bbccbcfcd2
commit b251f9993d
2 changed files with 16 additions and 5 deletions

View File

@ -68,6 +68,10 @@ indicator will show up how the column is sorted right now.; */
z-index: 999; /* tmp fix */
}
.show-if-only-child:not(:only-child) {
display: none !important;
}
/* class for expert view */
.expert-view {
cursor: pointer;