mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
🐛 Fix create team name modal width
This commit is contained in:
parent
add0bed3ca
commit
6e4075a2e7
@ -89,7 +89,9 @@
|
||||
|
||||
[:div {:class (stl/css :modal-overlay)}
|
||||
[: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)}
|
||||
(if team
|
||||
|
||||
@ -31,6 +31,10 @@
|
||||
margin-bottom: $s-24;
|
||||
}
|
||||
|
||||
.team-form {
|
||||
min-width: $s-400;
|
||||
}
|
||||
|
||||
.group-name-input {
|
||||
@extend .input-element-label;
|
||||
label {
|
||||
@ -44,7 +48,6 @@
|
||||
|
||||
input {
|
||||
@include bodySmallTypography;
|
||||
margin-top: $s-8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user