Skip to content

Commit 26d822f

Browse files
authored
IBX-3482: Fixed position of actions in details header (#754)
1 parent 981e608 commit 26d822f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/bundle/Resources/public/scss/_details.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@
2727
margin-left: 0;
2828
}
2929
}
30+
31+
&__header {
32+
.ibexa-table-header {
33+
justify-content: flex-start;
34+
}
35+
}
3036
}

0 commit comments

Comments
 (0)