mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 22:46:11 +02:00
🐛 Fix create team name modal width
This commit is contained in:
parent
add0bed3ca
commit
6e4075a2e7
2 changed files with 7 additions and 2 deletions
|
@ -89,7 +89,9 @@
|
||||||
|
|
||||||
[:div {:class (stl/css :modal-overlay)}
|
[:div {:class (stl/css :modal-overlay)}
|
||||||
[:div {:class (stl/css :modal-container)}
|
[:div {:class (stl/css :modal-container)}
|
||||||
[:& fm/form {:form form :on-submit on-submit}
|
[:& fm/form {:form form
|
||||||
|
:on-submit on-submit
|
||||||
|
:class (stl/css :team-form)}
|
||||||
|
|
||||||
[:div {:class (stl/css :modal-header)}
|
[:div {:class (stl/css :modal-header)}
|
||||||
(if team
|
(if team
|
||||||
|
|
|
@ -31,6 +31,10 @@
|
||||||
margin-bottom: $s-24;
|
margin-bottom: $s-24;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.team-form {
|
||||||
|
min-width: $s-400;
|
||||||
|
}
|
||||||
|
|
||||||
.group-name-input {
|
.group-name-input {
|
||||||
@extend .input-element-label;
|
@extend .input-element-label;
|
||||||
label {
|
label {
|
||||||
|
@ -44,7 +48,6 @@
|
||||||
|
|
||||||
input {
|
input {
|
||||||
@include bodySmallTypography;
|
@include bodySmallTypography;
|
||||||
margin-top: $s-8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue