From e4729b5dfa8d312974a6b31dadfe777098504e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 26 Nov 2020 09:00:14 +0100 Subject: [PATCH] fix css --- docs/src/demos/Examples/DragHandle/Component.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/demos/Examples/DragHandle/Component.vue b/docs/src/demos/Examples/DragHandle/Component.vue index b4677359..7abae61f 100644 --- a/docs/src/demos/Examples/DragHandle/Component.vue +++ b/docs/src/demos/Examples/DragHandle/Component.vue @@ -23,6 +23,7 @@ ; .drag-handle { + flex: 0 0 auto; position: relative; width: 1rem; height: 1rem;