fix: sidebar width when fields have long descriptions (#3562)
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
&__sidebar-wrap {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
flex-grow: 1;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
&__sidebar {
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
&__sidebar-wrap {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
flex-grow: 1;
|
||||
width: 33.33%;
|
||||
}
|
||||
|
||||
&__sidebar {
|
||||
|
||||
@@ -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.',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user