mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
fix colorpicker bar height bug
This commit is contained in:
parent
9a1ed2bb9b
commit
aca9700baf
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
.color-picker-bar {
|
.color-picker-bar {
|
||||||
height: 100%;
|
height: 165px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue