Fix heading width on document page
This commit is contained in:
parent
cf13030f24
commit
f9d952a5e8
|
|
@ -140,7 +140,7 @@ async function uploadDocument(data: DocumentUploadData) {
|
|||
<div class="mb-9 flex flex-col lg:flex-row lg:items-center lg:justify-between">
|
||||
<ItDropdownSelect
|
||||
:model-value="cockpitStore.currentCircle"
|
||||
class="mt-4 w-full lg:mt-0 lg:w-96"
|
||||
class="mt-4 w-full lg:mt-0 lg:w-auto"
|
||||
:as-heading="true"
|
||||
type-name="Circle:"
|
||||
:items="cockpitStore.circles"
|
||||
|
|
|
|||
Loading…
Reference in New Issue