🎉 Increase height presets dropdown (#6185)

* 🎉 Add new measures dropdown height

* 🎉 Add enhancement to CHANGES.md
This commit is contained in:
ºelhombretecla
2025-04-10 10:01:52 +02:00
committed by GitHub
parent b7a8677036
commit 89153eef23
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# CHANGELOG
## 2.6.2
### :bug: Bugs fixed
- Increase the height of the right sidebar dropdowns [Taiga #10615](https://tree.taiga.io/project/penpot/issue/10615)
## 2.6.1
### :bug: Bugs fixed
@@ -58,6 +64,7 @@
- Add character limitation to asset inputs [Taiga #10669](https://tree.taiga.io/project/penpot/issue/10669)
- Fix Storybook link 'list of all available icons' wrong path [Taiga #10705](https://tree.taiga.io/project/penpot/issue/10705)
## 2.5.4
### :heart: Community contributions (Thank you!)

View File

@@ -55,6 +55,7 @@
.custom-select-dropdown {
@extend .dropdown-wrapper;
margin-top: $s-2;
max-height: 70vh;
width: $s-252;
.dropdown-element {
@extend .dropdown-element-base;