diff options
| author | Edijs <iamedijs@hotmail.com> | 2019-02-14 10:21:10 -0700 |
|---|---|---|
| committer | Edijs <iamedijs@hotmail.com> | 2019-02-14 10:21:10 -0700 |
| commit | 28660d698650d3a4fd8bda08b694444e88d7afda (patch) | |
| tree | cc6e38f0552f99c00919b28c762d1b7fc187d70e /src/components/attachment | |
| parent | 50f0d216861bfce22c98caec7dd00bf8d9dc4a70 (diff) | |
Issue #335 - place hide button on right hand
Diffstat (limited to 'src/components/attachment')
| -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 7e972026..a93c9014 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -160,6 +160,7 @@ .hider { position: absolute; + right: 0; white-space: nowrap; margin: 10px; padding: 5px; |
