mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 01:01:38 +02:00
🐛 Fix hidden file name on import
This commit is contained in:
parent
3a95a1cea1
commit
f7d2f6ec51
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix hidden file name on import [Taiga #3172](https://tree.taiga.io/project/penpot/issue/3172)
|
||||||
- Fix unneccessary scrollbars at the color list [Taiga #3211](https://tree.taiga.io/project/penpot/issue/3211)
|
- Fix unneccessary scrollbars at the color list [Taiga #3211](https://tree.taiga.io/project/penpot/issue/3211)
|
||||||
- "Show in exports" is showing in multiselections [Taiga #3194](https://tree.taiga.io/project/penpot/issue/3194)
|
- "Show in exports" is showing in multiselections [Taiga #3194](https://tree.taiga.io/project/penpot/issue/3194)
|
||||||
- Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183)
|
- Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183)
|
||||||
|
|
|
@ -369,6 +369,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
.icon-library {
|
.icon-library {
|
||||||
|
height: 14px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue