fix: sidebar width when fields have long descriptions (#3562)

This commit is contained in:
Jacob Fletcher
2023-10-10 17:04:54 -04:00
committed by GitHub
parent 64b0db5a7a
commit cfc78ed4f5
3 changed files with 4 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
&__sidebar-wrap {
position: sticky;
top: 0;
flex-grow: 1;
width: 33.33%;
}
&__sidebar {

View File

@@ -54,7 +54,7 @@
&__sidebar-wrap {
position: sticky;
top: 0;
flex-grow: 1;
width: 33.33%;
}
&__sidebar {

View File

@@ -151,6 +151,8 @@ export default buildConfigWithDefaults({
type: 'text',
admin: {
position: 'sidebar',
description:
'This is a very long description that takes many characters to complete and hopefully will wrap instead of push the sidebar open, lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, voluptatum voluptates. Quisquam, voluptatum voluptates.',
},
},
],