1
0
mirror of https://github.com/bitwarden/server synced 2026-02-18 18:33:29 +00:00

[PM-27882] Update row settings (#7010)

This commit is contained in:
Jimmy Vo
2026-02-16 11:09:17 -05:00
committed by GitHub
parent e644ff8da3
commit b03f8f8cae
2 changed files with 20 additions and 4 deletions

View File

@@ -87,6 +87,12 @@
.mj-bw-ac-icon-row-text-column {
width: 100% !important;
}
.mj-bw-ac-icon-row-bullet {
display: block !important;
}
.mj-bw-ac-icon-row-text-inline {
display: none !important;
}
}
</style>
@@ -350,7 +356,8 @@
<tr>
<td align="left" class="mj-bw-ac-icon-row-text" style="font-size:0px;padding:0px 0px 0px 0px;word-break:break-word;">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;">Your account is owned by {{OrganizationName}} and is subject to their security and management policies.</div>
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;"><ul class="mj-bw-ac-icon-row-bullet" style="display: none; margin: 0; padding-left: 24px;"><li>Your account is owned by {{OrganizationName}} and is subject to their security and management policies.</li></ul>
<span class="mj-bw-ac-icon-row-text-inline">Your account is owned by {{OrganizationName}} and is subject to their security and management policies.</span></div>
</td>
</tr>
@@ -424,7 +431,8 @@
<tr>
<td align="left" class="mj-bw-ac-icon-row-text" style="font-size:0px;padding:0px 0px 0px 0px;word-break:break-word;">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;">You can easily access and share passwords with your team.</div>
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;"><ul class="mj-bw-ac-icon-row-bullet" style="display: none; margin: 0; padding-left: 24px;"><li>You can easily access and share passwords with your team.</li></ul>
<span class="mj-bw-ac-icon-row-text-inline">You can easily access and share passwords with your team.</span></div>
</td>
</tr>

View File

@@ -91,6 +91,12 @@
.mj-bw-ac-icon-row-text-column {
width: 100% !important;
}
.mj-bw-ac-icon-row-bullet {
display: block !important;
}
.mj-bw-ac-icon-row-text-inline {
display: none !important;
}
}
</style>
@@ -358,7 +364,8 @@
<tr>
<td align="left" class="mj-bw-ac-icon-row-text" style="font-size:0px;padding:0px 0px 0px 0px;word-break:break-word;">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;">You can access passwords {{OrganizationName}} has shared with you.</div>
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;"><ul class="mj-bw-ac-icon-row-bullet" style="display: none; margin: 0; padding-left: 24px;"><li>You can access passwords {{OrganizationName}} has shared with you.</li></ul>
<span class="mj-bw-ac-icon-row-text-inline">You can access passwords {{OrganizationName}} has shared with you.</span></div>
</td>
</tr>
@@ -432,7 +439,8 @@
<tr>
<td align="left" class="mj-bw-ac-icon-row-text" style="font-size:0px;padding:0px 0px 0px 0px;word-break:break-word;">
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;">You can easily share passwords with friends, family, or coworkers.</div>
<div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#1B2029;"><ul class="mj-bw-ac-icon-row-bullet" style="display: none; margin: 0; padding-left: 24px;"><li>You can easily share passwords with friends, family, or coworkers.</li></ul>
<span class="mj-bw-ac-icon-row-text-inline">You can easily share passwords with friends, family, or coworkers.</span></div>
</td>
</tr>