fix(editor): Adjust Scrollbar Width of RunData Header Row (#11561)

This commit is contained in:
Charlie Kolb 2024-11-07 16:40:04 +01:00 committed by GitHub
parent db94f169fc
commit d17d76a85d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1804,6 +1804,7 @@ defineExpose({ enterEditMode });
overflow-x: auto;
overflow-y: hidden;
min-height: calc(30px + var(--spacing-s));
scrollbar-width: thin;
> *:first-child {
flex-grow: 1;