chore: 6 columns max for instruments

This commit is contained in:
pskfyi 2022-01-10 02:25:46 -08:00 committed by pskfyi
parent 15da9f6798
commit a7ac60c0fa
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
/>
</responsive-grid>
<responsive-grid min="2" mid="4" max="8">
<responsive-grid min="2" mid="4" max="6">
<timekeeping-instrument
v-for="(process, index) in created"
:key="index"