Timesheet: Give category selectbox more space

This commit is contained in:
nathan 2023-06-23 10:43:07 -06:00
parent 2798b9dda8
commit 18f902580f

View File

@ -46,6 +46,8 @@
<et2-description value="Quantity" for="ts_quantity"></et2-description>
<et2-number statustext="empty if identical to duration" id="ts_quantity" precision="3" placeholder="@ts_quantity_blur"></et2-number>
<et2-description></et2-description>
</row>
<row class="row" disabled="@ts_viewtype">
<et2-description value="Category" for="cat_id"></et2-description>
<et2-select-cat span="all" id="cat_id" application="timesheet" emptyLabel="None"></et2-select-cat>
</row>