Fixed tooltip overflowing in edit-newsletter modal

This commit is contained in:
Sanne de Vries 2022-04-28 14:47:43 +01:00
parent e246d47540
commit f19bc286b9
1 changed files with 8 additions and 0 deletions

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;