🐛 Fix style for team invite in deutsch

This commit is contained in:
Pablo Alba 2022-12-27 09:05:54 +01:00
parent c13730dca7
commit c469bd5757
3 changed files with 11 additions and 2 deletions

View file

@ -1472,6 +1472,13 @@
display: grid;
grid-template-columns: 1fr auto;
gap: 8px;
.btn-large {
overflow: hidden;
text-overflow: ellipsis;
}
.btn-primary {
max-width: 250px;
}
}
}
.skip-action {