aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorPane.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-09-30 20:06:09 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-10-03 20:06:52 +0200
commitcfdc9eae27e0fc6197abe694c7488a169dd618e9 (patch)
tree9ea9d5d2282369162a5fe8baa1f0ea79d5d2f10d /subprojects/frontend/src/editor/EditorPane.tsx
parentfeat: data structure for default assertions (diff)
downloadrefinery-cfdc9eae27e0fc6197abe694c7488a169dd618e9.tar.gz
refinery-cfdc9eae27e0fc6197abe694c7488a169dd618e9.tar.zst
refinery-cfdc9eae27e0fc6197abe694c7488a169dd618e9.zip
fix(frontend): editor selection visibility
Diffstat (limited to 'subprojects/frontend/src/editor/EditorPane.tsx')
-rw-r--r--subprojects/frontend/src/editor/EditorPane.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorPane.tsx b/subprojects/frontend/src/editor/EditorPane.tsx
index bcd324e5..199a8e1d 100644
--- a/subprojects/frontend/src/editor/EditorPane.tsx
+++ b/subprojects/frontend/src/editor/EditorPane.tsx
@@ -21,7 +21,7 @@ function EditorLoading(): JSX.Element {
21 ); 21 );
22 22
23 return ( 23 return (
24 <Box mx={2}> 24 <Box mx={2} width="100%">
25 {skeletonSizes.map((length, i) => ( 25 {skeletonSizes.map((length, i) => (
26 /* eslint-disable-next-line react/no-array-index-key -- 26 /* eslint-disable-next-line react/no-array-index-key --
27 Random placeholders have no identity. 27 Random placeholders have no identity.