mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
💄 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
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:
@@ -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 {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user