Commit e5348394 authored by Paul Slaughter's avatar Paul Slaughter

Fix mr_widget_icon responsive alignment

parent a9be222f
...@@ -13,5 +13,7 @@ export default { ...@@ -13,5 +13,7 @@ export default {
</script> </script>
<template> <template>
<div class="circle-icon-container append-right-default"><icon :name="name" /></div> <div class="circle-icon-container append-right-default align-self-start align-self-lg-center">
<icon :name="name" />
</div>
</template> </template>
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