Skip to content

Commit

Permalink
fix: fix spacing of delimiter when displaying ancestry path for entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Weingärtner authored and eXaminator committed May 4, 2024
1 parent 28cd4ac commit 3e8803c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/apps/KankaJournal/KankaJournalApplication.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
}
}

.delimiter {
margin: 0 .5em;
}

table {
>*:not(thead) th {
background: rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit 3e8803c

Please sign in to comment.