mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-10-26 11:37:06 +00:00
fix(core): adjust tag text alignment
This commit is contained in:
parent
a326eac1bb
commit
b6af01b0be
@ -84,6 +84,7 @@ export const tagInnerWrapper = style({
|
||||
padding: '0 8px',
|
||||
color: cssVar('textPrimaryColor'),
|
||||
borderColor: cssVar('borderColor'),
|
||||
position: 'relative',
|
||||
selectors: {
|
||||
'&[data-focused=true]': {
|
||||
borderColor: cssVar('primaryColor'),
|
||||
@ -151,6 +152,7 @@ export const tagLabel = style({
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'nowrap',
|
||||
userSelect: 'none',
|
||||
transform: 'translateY(-0.75px)',
|
||||
});
|
||||
|
||||
export const tagRemove = style({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user