Fixed tooltip overflowing in edit-newsletter modal

This commit is contained in:
Sanne de Vries 2022-04-28 14:47:43 +01:00
parent b825096213
commit b23dc541c5

View File

@ -1071,6 +1071,14 @@
background: var(--whitegrey-d1);
}
.gh-newsletters-labs .gh-stack-item .tooltip-top-left::before {
width: max-content;
max-width: 320px;
white-space: normal;
word-break: break-word;
text-align: left;
}
.gh-newsletters-labs .gh-members-emailsettings-footer {
margin-top: auto;
margin-bottom: 0;