From c4b11ec54e236cc42d43fe8282ef4e4f55ccd605 Mon Sep 17 00:00:00 2001 From: MMP0 <28616020+MMP0@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:48:17 +0900 Subject: Replace tabs with spaces --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 537bc2d2..3cce8212 100644 --- a/style.css +++ b/style.css @@ -1062,7 +1062,7 @@ div.accordions > div.input-accordion.input-accordion-open{ } body.resizing { - cursor: col-resize !important; + cursor: col-resize !important; } body.resizing :not(.resize-handle) { @@ -1071,11 +1071,11 @@ body.resizing :not(.resize-handle) { .resize-handle { position: relative; - cursor: col-resize; - grid-column: 2 / 3; - min-width: 16px !important; - max-width: 16px !important; - height: 100%; + cursor: col-resize; + grid-column: 2 / 3; + min-width: 16px !important; + max-width: 16px !important; + height: 100%; } .resize-handle::after { -- cgit v1.2.1