diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-22 20:42:52 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-22 20:42:52 +0300 |
| commit | a2f21f4e131e03240699017ef92b7dba38c4fb44 (patch) | |
| tree | c50ef88f7c636cfcb72483c5f6e67956dbaa46f0 /src/components/attachment | |
| parent | 628b99d117240d3335d1730e66d7747c662a3acd (diff) | |
fix description colliding with extra-long text
Diffstat (limited to 'src/components/attachment')
| -rw-r--r-- | src/components/attachment/attachment.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss index 0cb23a37..33e058e7 100644 --- a/src/components/attachment/attachment.scss +++ b/src/components/attachment/attachment.scss @@ -25,6 +25,7 @@ flex: 0 1 0; display: flex; padding-top: 0.5em; + z-index: 1; p { flex: 1; |
