Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-31 08:57:05 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-31 09:15:44 +0300
commit4a3864f07853bdc52904aa3dddd5d96bb85ec7e3 (patch)
tree4cb19690c531e78a1c0e0f6c654d8ace7e78d861 /src/components
parentade862304808b5f40a97cda4087a6d13014d3923 (diff)
Add some padding between the template options and the other parts of the form
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index c3691de5e..546d76237 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -882,6 +882,7 @@ export default {
width: 100%;
.templates-picker__list {
+ margin: 20px 0;
display: grid;
grid-gap: calc(var(--margin) * 2);
grid-auto-columns: 1fr;