Fix heading width on document page

This commit is contained in:
Ramon Wenger 2024-11-27 12:11:05 +01:00
parent cf13030f24
commit f9d952a5e8
1 changed files with 1 additions and 1 deletions

View File

@ -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"