1 <div class="flex-container-row justify-space-between items-center gap-m item-list-row">
2 <label for="shortcut-{{ $id }}" class="bold flex px-m py-xs">{{ $label }}</label>
3 <div class="px-m py-xs">
5 component="shortcut-input"
6 class="small flex-none shortcut-input px-s py-xs"
7 id="shortcut-{{ $id }}"
8 name="shortcut[{{ $id }}]"
10 value="{{ $shortcuts->getShortcut($id) }}">