Skip to content
Snippets Groups Projects
Commit 3fab0c25 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

end -> flex-end to make webpack happy

parent 8ba2d4e2
No related branches found
No related tags found
No related merge requests found
Pipeline #28263 failed
......@@ -245,7 +245,7 @@ export default {
<style>
.VuePagination__pagination {
flex-direction: row;
justify-content: end;
justify-content: flex-end;
display: flex;
}
.VuePagination__count {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment