Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-07-14 15:27:38 +02:00
commit e9914d5265
14 changed files with 79 additions and 33 deletions

View file

@ -35,6 +35,7 @@
input {
&.no-padding {
padding-top: 12px;
height: 50px;
}
min-height: 40px;
}

View file

@ -85,6 +85,15 @@
}
}
span.library-title {
color: $color-gray-10;
font-size: $fs14;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.tool-window-bar-icon {
height: 21px;
display: flex;