Skip to content

Commit 77099e9

Browse files
Nyx128timon-schelling
authored andcommitted
adjusted margin on breadcrumb element to look the same as before
1 parent 884c31e commit 77099e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/widgets/buttons/BreadcrumbTrailButtons.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
.text-button {
2727
position: relative;
2828
29-
&:not(:first-child) {
30-
margin-left: -4px;
29+
&:not(:first-child) {
30+
margin-left: 0px;
3131
}
3232
3333
clip-path: polygon(0% 0%, calc(100% - 4px) 0%, 100% 50%, calc(100% - 4px) 100%, 0% 100%, 4px 50%);

0 commit comments

Comments
 (0)