mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 03:31:38 +02:00
🐛 Fix overflow library name
This commit is contained in:
parent
7d98833e4e
commit
18d954faba
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: $s-32;
|
min-height: $s-32;
|
||||||
color: var(--title-foreground-color);
|
color: var(--title-foreground-color);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.title-only {
|
.title-only {
|
||||||
margin-left: $s-8;
|
margin-left: $s-8;
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: var(--title-foreground-color);
|
color: var(--title-foreground-color);
|
||||||
stroke: var(--title-foreground-color);
|
stroke: var(--title-foreground-color);
|
||||||
|
overflow: hidden;
|
||||||
.toggle-btn {
|
.toggle-btn {
|
||||||
@include buttonStyle;
|
@include buttonStyle;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -44,6 +46,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: var(--title-foreground-color);
|
color: var(--title-foreground-color);
|
||||||
stroke: var(--title-foreground-color);
|
stroke: var(--title-foreground-color);
|
||||||
|
overflow: hidden;
|
||||||
.collapsabled-icon {
|
.collapsabled-icon {
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
height: $s-24;
|
height: $s-24;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue