Add support for Buefy autocomplete; several other form tweaks
at least the Edit User form should work now, for instance
This commit is contained in:
parent
d7e19865de
commit
2b6d88105c
16 changed files with 390 additions and 42 deletions
|
@ -13,3 +13,12 @@
|
|||
white-space: nowrap;
|
||||
width: 18em;
|
||||
}
|
||||
|
||||
.field.is-horizontal .field-body {
|
||||
min-width: 30em;
|
||||
}
|
||||
|
||||
.field.is-horizontal .field-body .select,
|
||||
.field.is-horizontal .field-body .select select {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue