Commit 7acb9473 authored by jakeburden's avatar jakeburden

Use gitlab-ui util classes

parent e957f9cb
......@@ -64,7 +64,7 @@ export default {
</script>
<template>
<div class="flex flex-column mt-2">
<div class="align-self-end mb-2">
<div class="gl-align-self-end gl-mb-3">
<releases-sort class="gl-mr-2" @sort:changed="fetchReleases" />
<gl-button
......
......@@ -129,3 +129,7 @@
content: '';
display: flex;
}
.gl-align-self-end {
align-self: flex-end;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment