mirror of
https://github.com/penpot/penpot.git
synced 2025-02-11 01:28:30 -05:00
🐛 Fix style for team invite in deutsch
This commit is contained in:
parent
c13730dca7
commit
c469bd5757
3 changed files with 11 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
||||||
- Fix adding an extra page on import [Taiga #4543](https://tree.taiga.io/project/penpot/task/4543)
|
- Fix adding an extra page on import [Taiga #4543](https://tree.taiga.io/project/penpot/task/4543)
|
||||||
- Fix unable to select text at assets inputs in firefox [Taiga #4572](https://tree.taiga.io/project/penpot/issue/4572)
|
- Fix unable to select text at assets inputs in firefox [Taiga #4572](https://tree.taiga.io/project/penpot/issue/4572)
|
||||||
- Fix component sync when converting to path [Taiga #3642](https://tree.taiga.io/project/penpot/issue/3642)
|
- Fix component sync when converting to path [Taiga #3642](https://tree.taiga.io/project/penpot/issue/3642)
|
||||||
|
- Fix style for team invite in deutsch [Taiga #4614](https://tree.taiga.io/project/penpot/issue/4614)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -1472,6 +1472,13 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
.btn-large {
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
.btn-primary {
|
||||||
|
max-width: 250px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.skip-action {
|
.skip-action {
|
||||||
|
|
|
@ -196,8 +196,9 @@
|
||||||
:name name
|
:name name
|
||||||
:step 2}))}
|
:step 2}))}
|
||||||
(tr "labels.back")]
|
(tr "labels.back")]
|
||||||
[:& fm/submit-button
|
[:div {:title (tr "onboarding.choice.team-up.invite-members-submit")}
|
||||||
{:label (tr "onboarding.choice.team-up.invite-members-submit")}]]
|
[:& fm/submit-button
|
||||||
|
{:label (tr "onboarding.choice.team-up.invite-members-submit")}]]]
|
||||||
[:div.skip-action
|
[:div.skip-action
|
||||||
{:on-click on-skip}
|
{:on-click on-skip}
|
||||||
[:div.action (tr "onboarding.choice.team-up.invite-members-skip")]]]]
|
[:div.action (tr "onboarding.choice.team-up.invite-members-skip")]]]]
|
||||||
|
|
Loading…
Add table
Reference in a new issue