mirror of
https://github.com/penpot/penpot.git
synced 2025-05-05 15:05:54 +02:00
🐛 Fix search font visualitation
This commit is contained in:
parent
9a880f007c
commit
e75b53ff8d
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@
|
||||||
- Fix unpublish more than one library at the same time [Taiga #5532](https://tree.taiga.io/project/penpot/issue/5532)
|
- Fix unpublish more than one library at the same time [Taiga #5532](https://tree.taiga.io/project/penpot/issue/5532)
|
||||||
- Fix drag projects on dahsboard [Taiga #5531](https://tree.taiga.io/project/penpot/issue/5531)
|
- Fix drag projects on dahsboard [Taiga #5531](https://tree.taiga.io/project/penpot/issue/5531)
|
||||||
- Fix allow team name to be all blank [Taiga #5527](https://tree.taiga.io/project/penpot/issue/5527)
|
- Fix allow team name to be all blank [Taiga #5527](https://tree.taiga.io/project/penpot/issue/5527)
|
||||||
|
- Fix search font visualitation [Taiga #5523](https://tree.taiga.io/project/penpot/issue/5523)
|
||||||
|
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
font-size: $fs14;
|
font-size: $fs14;
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 1000px;
|
max-width: 1000px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 97px;
|
min-height: 97px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue