fix(editor): Adjust Scrollbar Width of RunData Header Row (#11561)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions

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;