Add default padding to web components

This commit is contained in:
Joel Collins 2020-04-06 10:18:00 +01:00
parent c5fa0dec03
commit e42835ff8c

View file

@ -1,5 +1,5 @@
<template>
<div>
<div class="uk-padding-small">
<div v-if="error" class="uk-padding-small uk-text-danger">
<b>{{ error }}</b>
</div>