diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-21 19:15:54 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-21 19:15:54 +0300 |
| commit | c2db700544a3aae58b27c52eaf6cf3b47a2bcff4 (patch) | |
| tree | 4af4d286740c072250b791aebfcadc0a3bb526ff /src/components/attachment/attachment.vue | |
| parent | 36655002d062183a577f5b8fd66628d56670ec1f (diff) | |
| parent | 1f8d30386388f8b91aa84fdbd7861e588aa0d935 (diff) | |
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/hash-routed
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 1ba1c02a..d50664b6 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -33,10 +33,10 @@ .attachments { display: flex; flex-wrap: wrap; - margin-right: -0.8em; + margin-right: -0.7em; .attachment { flex: 1 0 30%; - margin: 0.5em 0.8em 0.6em 0.0em; + margin: 0.5em 0.7em 0.6em 0.0em; align-self: flex-start; &.html { |
