mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 18:20:09 +02:00
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
20 lines
286 B
Plaintext
20 lines
286 B
Plaintext
.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;
|
|
}
|