Keep icon fixed size

This commit is contained in:
Matthias 2023-05-31 20:51:06 +02:00
parent 97e3290a31
commit 136610dbda

View File

@ -3,7 +3,12 @@
<template #header>
<div class="d-flex text-start align-items-center">
<div class="d-flex flex-grow-1 align-items-center">
<i-mdi-reorder-horizontal role="button" class="handle me-2 fs-4" />
<i-mdi-reorder-horizontal
role="button"
class="handle me-2 fs-4 flex-shrink-0"
width="24"
height="24"
/>
<div
role="button"
class="d-flex flex-grow-1 align-items-start flex-column"