fix: Update styles to fix the image resolution on smaller devices (#2618)

This commit is contained in:
Pranav Raj S
2021-07-13 18:54:33 +05:30
committed by GitHub
parent f9b55944ad
commit b7806fc210
5 changed files with 16 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="wizard-body small-9 columns">
<div class="wizard-body small-12 medium-9 columns height-auto">
<page-header
:header-title="$t('INBOX_MGMT.ADD.AUTH.TITLE')"
:header-content="$t('INBOX_MGMT.ADD.AUTH.DESC')"
@@ -77,3 +77,8 @@ export default {
},
};
</script>
<style scoped>
.height-auto {
height: auto;
}
</style>

View File

@@ -1,7 +1,7 @@
<template>
<div class="row content-box full-height">
<woot-wizard
class="small-3 columns"
class="hide-for-small-only medium-3 columns"
:global-config="globalConfig"
:items="items"
/>