mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
UX: Make template fields fill the container width (#22334)
This commit is contained in:
parent
c0707897ef
commit
c3fa85c450
@ -1,4 +1,10 @@
|
||||
.form-template-field {
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// TODO(@keegan): Remove after updating dropdown/multi-select to use select-kit
|
||||
&__dropdown {
|
||||
border: 1px solid var(--primary-medium);
|
||||
@ -51,4 +57,8 @@
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
&__textarea {
|
||||
min-height: 100px;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user