diff options
| author | shpuld <shp@cock.li> | 2018-04-11 19:47:03 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-11 19:47:03 +0300 |
| commit | 974702efc6ae8359fb3db600316807b5121ab538 (patch) | |
| tree | 55baa126c045cb6e353c1c5dd63a1152dd8dea0c /src | |
| parent | ee883d0f886f6bded4a16c5323723d5722ff5508 (diff) | |
aha, found another bug in oembed text
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/attachment/attachment.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 6134f8e2..e2cc1ac0 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -116,6 +116,7 @@ } .oembed { + line-height: 1.2em; width: 100%; margin-right: 15px; display: flex; |
