mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: page title too long style (#5302)

This commit is contained in:
@@ -6,7 +6,7 @@ export const headerTitleContainer = style({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
width: '100%',
|
overflow: 'hidden',
|
||||||
columnGap: 12,
|
columnGap: 12,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ export const mainHeaderRight = style({
|
|||||||
|
|
||||||
export const spacer = style({
|
export const spacer = style({
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
|
minWidth: 12,
|
||||||
});
|
});
|
||||||
|
|
||||||
export const standaloneExtensionSwitcherWrapper = style({
|
export const standaloneExtensionSwitcherWrapper = style({
|
||||||
|
|||||||
Reference in New Issue
Block a user