Commit 90db8029 authored by Nick Kipling's avatar Nick Kipling

Small style changes to support mobile

parent 1e60e3c1
......@@ -79,7 +79,7 @@ export default {
<template>
<gl-tabs @input="tabChanged">
<template #tabs-end>
<div class="d-flex align-self-center ml-auto">
<div class="d-flex align-self-center ml-md-auto py-1 py-md-0">
<package-filter class="mr-1" @filter="requestPackagesList" />
<package-sort @sort:changed="requestPackagesList" />
</div>
......
......@@ -350,7 +350,7 @@ exports[`packages_list_app renders 1`] = `
</template>
<template>
<div
class="d-flex align-self-center ml-auto"
class="d-flex align-self-center ml-md-auto py-1 py-md-0"
>
<package-filter-stub
class="mr-1"
......
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