overleaf/services/web/public/stylesheets/app/invite.less
Eric Mc Sween 750a4879e7 Merge pull request #2228 from overleaf/ns-title-overflow
allow line breaks to happen

GitOrigin-RevId: d4255739d17969dbfa514e841bf21c738dbf9020
2019-10-14 18:01:53 +00:00

19 lines
273 B
Text

.project-invite-accept {
form {
padding-top: 15px;
}
margin-bottom: 30px;
}
.project-name-tooltip .tooltip-inner {
max-width: 80vw;
overflow: hidden;
text-overflow: ellipsis;
}
.project-invite-invalid {
.actions {
padding-top: 15px;
}
margin-bottom: 30px;
}