mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-30 04:45:21 -05:00
750a4879e7
allow line breaks to happen GitOrigin-RevId: d4255739d17969dbfa514e841bf21c738dbf9020
19 lines
273 B
Text
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;
|
|
}
|