mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: comments block seperated
This commit is contained in:
parent
e9ec30af70
commit
69350fe056
@ -14,7 +14,6 @@
|
||||
html {
|
||||
font-family: "Inter";
|
||||
}
|
||||
|
||||
p,
|
||||
h1,
|
||||
h2,
|
||||
@ -29,7 +28,6 @@
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body
|
||||
bgcolor="#ffffff"
|
||||
text="#3b3f44"
|
||||
@ -74,7 +72,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Body -->
|
||||
<tr>
|
||||
<td>
|
||||
@ -109,7 +106,6 @@
|
||||
margin-bottom: 15px;
|
||||
"
|
||||
/>
|
||||
|
||||
<p style="font-size: 1rem; line-height: 28px">
|
||||
updates were made to the issue by
|
||||
<span
|
||||
@ -122,7 +118,6 @@
|
||||
Srinivas Pendem
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<!-- Outer update/comment Box -->
|
||||
<table
|
||||
style="
|
||||
@ -153,7 +148,6 @@
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Property Updates -->
|
||||
<tr>
|
||||
<td>
|
||||
@ -213,7 +207,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Only assignee changed -->
|
||||
<tr>
|
||||
<td
|
||||
@ -232,7 +225,6 @@
|
||||
"
|
||||
></i>
|
||||
</td>
|
||||
|
||||
<td style="width: 55px">
|
||||
<p
|
||||
style="
|
||||
@ -299,7 +291,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- due date changed -->
|
||||
<tr>
|
||||
<td
|
||||
@ -356,7 +347,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- duplicate changed -->
|
||||
<tr>
|
||||
<td
|
||||
@ -413,7 +403,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- only assignee added -->
|
||||
<tr>
|
||||
<td
|
||||
@ -432,7 +421,6 @@
|
||||
"
|
||||
></i>
|
||||
</td>
|
||||
|
||||
<td style="width: 55px">
|
||||
<p
|
||||
style="
|
||||
@ -485,7 +473,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- assignee changed and more assignee added -->
|
||||
<tr>
|
||||
<td
|
||||
@ -504,7 +491,6 @@
|
||||
"
|
||||
></i>
|
||||
</td>
|
||||
|
||||
<td style="width: 55px">
|
||||
<p
|
||||
style="
|
||||
@ -567,7 +553,6 @@
|
||||
{{ assginee.name }}
|
||||
</p>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<p
|
||||
style="
|
||||
@ -584,7 +569,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Labels -->
|
||||
<tr>
|
||||
<td
|
||||
@ -603,7 +587,6 @@
|
||||
"
|
||||
></i>
|
||||
</td>
|
||||
|
||||
<td style="width: 55px">
|
||||
<p
|
||||
style="
|
||||
@ -739,32 +722,46 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Comments Start -->
|
||||
</table>
|
||||
<!-- Comments outer update Box -->
|
||||
<table
|
||||
style="background-color:#F7F9FF; border-radius: 8px; border-style: solid;border-width: 1px;border-color: #C1D0FF; padding: 20px; margin-top: 15px;width: 600px; max-width: 600px;"
|
||||
cellspacing="0">
|
||||
<!-- Block Heading -->
|
||||
<tr>
|
||||
<td>
|
||||
<table cellspacing="0">
|
||||
<tr style="border-radius: 8px; margin-top: 20px">
|
||||
<td style="padding-left: 15px">
|
||||
<img
|
||||
src="https://docs.plane.so/logos/logo.svg"
|
||||
width="15"
|
||||
height="15"
|
||||
border="0"
|
||||
/>
|
||||
<p style="font-size: 0.8rem; font-weight: 600; color:#121A26">
|
||||
Comments
|
||||
</p>
|
||||
</td>
|
||||
<td style="padding-top: 20px; padding-bottom: 20px">
|
||||
</tr>
|
||||
<!-- Comments Updates -->
|
||||
<tr>
|
||||
<td>
|
||||
<table cellspacing="0" style="background-color: white; width: 100%;">
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Comments -->
|
||||
<tr>
|
||||
<td>
|
||||
<table cellspacing="0" style="padding-top: 20px;">
|
||||
<tr style=" border-radius: 8px;">
|
||||
<td valign="top">
|
||||
<div
|
||||
style="height: 25px; width: 25px; border-radius: 20px; background-color:#4F3422; text-align: center; justify-items: center;">
|
||||
<span
|
||||
style="color: white; font-weight: 500; text-align: center; padding-top: 0px; font-size: 12px;">S</span>
|
||||
</div>
|
||||
<!-- <img src="https://docs.plane.so/logos/logo.svg" width="25"
|
||||
height="25" border="0" /> -->
|
||||
</td>
|
||||
<td style="padding-bottom:20px">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<p
|
||||
style="
|
||||
font-weight: 500;
|
||||
font-size: 0.8rem;
|
||||
color: #1c2024;
|
||||
margin-left: 8px;
|
||||
"
|
||||
>
|
||||
style="font-weight: 500; font-size: 0.8rem;color:#1C2024; margin-left: 8px;">
|
||||
Srinivas Pendem
|
||||
</p>
|
||||
</td>
|
||||
@ -772,21 +769,13 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div
|
||||
style="
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
background-color: white;
|
||||
font-size: 0.8rem;
|
||||
color: #525252;
|
||||
margin-top: 5px;
|
||||
border-radius: 4px;
|
||||
"
|
||||
>
|
||||
Connect with folks in finance and
|
||||
operations to verify the data provided
|
||||
before presenting it.
|
||||
style="padding-left: 10px; padding-right: 10px; padding-top: 15px; margin-left:10px;padding-bottom: 15px; background-color: white; font-size: 0.8rem; color:#525252; margin-top: 5px; border-radius: 4px;">
|
||||
Connect with folks in finance and operations to
|
||||
verify the data
|
||||
provided before presenting it.
|
||||
Connect with folks in finance and operations to
|
||||
verify the data
|
||||
provided before presenting it.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -796,7 +785,6 @@
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Comments End -->
|
||||
</table>
|
||||
</div>
|
||||
<button
|
||||
@ -823,7 +811,7 @@
|
||||
<!-- Footer -->
|
||||
<tr>
|
||||
<td>
|
||||
<table style="width: 600px; padding: 20px">
|
||||
<table style="width: 100%; padding: 20px; justify-content: center;">
|
||||
<tr>
|
||||
<td>
|
||||
<div style="font-size: 0.8rem; color: #1c2024">
|
||||
@ -845,9 +833,8 @@
|
||||
<a href="" style="color: #3a5bc7; text-decoration: none"
|
||||
>manage your email preferences</a
|
||||
>.
|
||||
|
||||
<!-- Github | LinkedIn | Twitter -->
|
||||
<div style="margin-top: 40px; float: right">
|
||||
<div style="margin-top: 60px; float: right">
|
||||
<a
|
||||
href="https://github.com/makeplane"
|
||||
target="_blank"
|
||||
@ -861,7 +848,6 @@
|
||||
style="display: inline-block"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://www.linkedin.com/company/planepowers/"
|
||||
target="_blank"
|
||||
@ -875,7 +861,6 @@
|
||||
style="display: inline-block"
|
||||
/>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://twitter.com/planepowers"
|
||||
target="_blank"
|
||||
|
Loading…
Reference in New Issue
Block a user