mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Improve Void fragments render
This commit is contained in:
@@ -27,7 +27,11 @@ const editLayoutSx: SxProps = {
|
||||
|
||||
const startLayoutSx: SxProps = {
|
||||
...editLayoutSx,
|
||||
justifyContent: 'flex-start',
|
||||
|
||||
// NOTE: we used to have 'flex-start' here, but it was causing the Annotation fragment to not be able to
|
||||
// stretch to the full with of this 'void fragments' container.
|
||||
// So now we don't have 'flex-start' anymore, and we may expect issues with other Fragment kinds?
|
||||
// justifyContent: 'flex-start',
|
||||
};
|
||||
|
||||
const endLayoutSx: SxProps = {
|
||||
|
||||
Reference in New Issue
Block a user