Skip to content
Snippets Groups Projects
Unverified Commit a6275a4c authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

'fix' pulse preview actions title overlap (#6885)

parent cc12b2b7
No related merge requests found
......@@ -62,7 +62,7 @@ export default class PulseCardPreview extends Component {
const isAttachmentOnly = attachmentsEnabled && hasAttachment && cardPreview && cardPreview.pulse_card_type == null;
return (
<div className="flex relative flex-full">
<div className="absolute top right p2 text-grey-2">
<div className="absolute p2 text-grey-2" style={{ top: 2, right: 2, background: 'linear-gradient(to right, rgba(255,255,255,0.2), white, white)', paddingLeft: 100}}>
{ attachmentsEnabled && !isAttachmentOnly &&
<Tooltip tooltip={hasAttachment ? t`Remove attachment` : t`Attach file with results`}>
<Icon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment