1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Make portal email config page mobile friendly

This commit is contained in:
Andrew Kingston 2021-09-13 16:17:48 +01:00
parent c094f7526d
commit 9d4029c347

View file

@ -107,7 +107,7 @@
fetchSmtp()
</script>
<Layout>
<Layout noPadding>
<Layout noPadding gap="XS">
<Heading size="M">Email</Heading>
<Body>
@ -186,7 +186,7 @@
<style>
.form-row {
display: grid;
grid-template-columns: 25% 1fr;
grid-template-columns: 120px 1fr;
grid-gap: var(--spacing-l);
align-items: center;
}