mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 16:06:39 +02:00
🐛 Fix problem with button in inspect
This commit is contained in:
parent
1c5d51bf97
commit
05d0d2550a
2 changed files with 6 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
[:& title-bar {:collapsable false
|
[:& title-bar {:collapsable false
|
||||||
:title (tr "workspace.options.component.annotation")
|
:title (tr "workspace.options.component.annotation")
|
||||||
:class (stl/css :title-spacing-annotation)}
|
:class (stl/css :title-spacing-annotation)}
|
||||||
[:& copy-button {:data content}]]
|
[:& copy-button {:data content
|
||||||
|
:class (stl/css :copy-btn-title)}]]
|
||||||
|
|
||||||
[:div {:class (stl/css :annotation-content)} content]])
|
[:div {:class (stl/css :annotation-content)} content]])
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
@include bodyMedTipography;
|
@include bodyMedTipography;
|
||||||
color: var(--entry-foreground-color);
|
color: var(--entry-foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.copy-btn-title {
|
||||||
|
max-width: $s-28;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue