Commit c4b11ec5 authored by MMP0's avatar MMP0

Replace tabs with spaces

parent 96edfb56
...@@ -1062,7 +1062,7 @@ div.accordions > div.input-accordion.input-accordion-open{ ...@@ -1062,7 +1062,7 @@ div.accordions > div.input-accordion.input-accordion-open{
} }
body.resizing { body.resizing {
cursor: col-resize !important; cursor: col-resize !important;
} }
body.resizing :not(.resize-handle) { body.resizing :not(.resize-handle) {
...@@ -1071,11 +1071,11 @@ body.resizing :not(.resize-handle) { ...@@ -1071,11 +1071,11 @@ body.resizing :not(.resize-handle) {
.resize-handle { .resize-handle {
position: relative; position: relative;
cursor: col-resize; cursor: col-resize;
grid-column: 2 / 3; grid-column: 2 / 3;
min-width: 16px !important; min-width: 16px !important;
max-width: 16px !important; max-width: 16px !important;
height: 100%; height: 100%;
} }
.resize-handle::after { .resize-handle::after {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment