Add padding to account for input outline in devtools (#33766)

* Add padding to account for input outline in dev settings

* Update snapshot
This commit is contained in:
Johannes Marbach
2026-06-08 10:23:52 +02:00
committed by GitHub
parent cd8a1012c8
commit 6608e4193d
2 changed files with 3 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

@@ -35,6 +35,9 @@ Please see LICENSE files in the repository root for full details.
.mx_DevTools_content {
overflow-y: auto;
/* Give room for focus outlines */
padding-inline-start: var(--cpd-space-0-5x);
padding-block-end: var(--cpd-space-0-5x);
}
.mx_DevTools_RoomStateExplorer_query {