💄 Limit inspect layer info message to avoid overflow (#7847)
Some checks failed
Commit Message Check / Check Commit Message (push) Has been cancelled
CI / Code Linter (push) Has been cancelled
CI / Common Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Render WASM Tests (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Library Tests (push) Has been cancelled
CI / Build Integration Bundle (push) Has been cancelled
CI / Integration Tests 1/4 (push) Has been cancelled
CI / Integration Tests 2/4 (push) Has been cancelled
CI / Integration Tests 3/4 (push) Has been cancelled

This commit is contained in:
Xaviju
2025-11-28 10:19:02 +01:00
committed by GitHub
parent 7fe20b65dc
commit a4e6aa0588
3 changed files with 3 additions and 4 deletions

View File

@@ -124,8 +124,7 @@
.inspect-tab-switcher-label { .inspect-tab-switcher-label {
@include use-typography("body-medium"); @include use-typography("body-medium");
color: var(--color-foreground-primary); color: var(--color-foreground-primary);
flex: 0; flex: 0 1 40%;
min-inline-size: fit-content;
} }
.inspect-tab-switcher-controls { .inspect-tab-switcher-controls {

View File

@@ -1853,7 +1853,7 @@ msgstr "Select a shape, board or group to inspect their properties and code"
#: src/app/main/ui/inspect/right_sidebar.cljs:166 #: src/app/main/ui/inspect/right_sidebar.cljs:166
msgid "inspect.layer-info" msgid "inspect.layer-info"
msgstr "Select inspect tab" msgstr "Layer info"
#: src/app/main/ui/inspect/right_sidebar.cljs:137 #: src/app/main/ui/inspect/right_sidebar.cljs:137
msgid "inspect.multiple-selected" msgid "inspect.multiple-selected"

View File

@@ -1819,7 +1819,7 @@ msgstr "Jāatlasa apveids, plātne vai kopa, lai apskatītu to īpašības un ko
#: src/app/main/ui/inspect/right_sidebar.cljs:166 #: src/app/main/ui/inspect/right_sidebar.cljs:166
msgid "inspect.layer-info" msgid "inspect.layer-info"
msgstr "Atlasīt izpētīšanas cilni" msgstr "Slāņa informācija"
#: src/app/main/ui/inspect/right_sidebar.cljs:137 #: src/app/main/ui/inspect/right_sidebar.cljs:137
msgid "inspect.multiple-selected" msgid "inspect.multiple-selected"