diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-17 10:33:35 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-17 10:33:35 +0100 |
| commit | cdc90f8edcfa705741151d975fdf59a954687137 (patch) | |
| tree | 69f01ad6ad54882e062587095eed5a039429cc25 | |
| parent | 6c631016c6719b811d48b05e32601578e150ba13 (diff) | |
One more fix.
| -rw-r--r-- | src/components/attachment/attachment.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index a9dbecd9..311e36b8 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -43,7 +43,6 @@ align-self: flex-start; &.html { - border: 1px solid; flex-basis: 100%; } @@ -83,7 +82,7 @@ } .oembed { - border: 1px solid rgba(0, 0, 0, 0.14); + border: 1px solid; width: 100%; display: flex; |
