Merge pull request 'fix(ui): match origin dropdown height to workbench dropdown (#231)' (#233) from fix/origin-dropdown-height into main
Some checks failed
Build and Test / build (push) Has been cancelled

Reviewed-on: #233
This commit was merged in pull request #233.
This commit is contained in:
2026-02-15 01:21:55 +00:00

View File

@@ -1207,6 +1207,7 @@ Gui--OriginSelectorWidget {
padding: 4px 8px;
min-width: 70px;
max-width: 120px;
min-height: 20px;
}
Gui--OriginSelectorWidget:hover {