mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
🐛 Fix Terms and Privacy links overlapping
This commit is contained in:
parent
944cfd0fc4
commit
a9e8f4eb67
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
- Fix wrong shortcut button tip of "Delete" function [Taiga #4162](https://tree.taiga.io/project/penpot/issue/4162)
|
||||
- Fix error after user drags any layer in search functionality [Taiga #4161](https://tree.taiga.io/project/penpot/issue/4161)
|
||||
- Fix font search works only with lowercase letters [Taiga #4140](https://tree.taiga.io/project/penpot/issue/4140)
|
||||
- Fix Terms and Privacy links overlapping [Taiga #4137](https://tree.taiga.io/project/penpot/issue/4137)
|
||||
|
||||
## 1.15.3-beta
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
display: grid;
|
||||
grid-template-rows: auto;
|
||||
grid-template-columns: 33% auto;
|
||||
height: 100vh;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.auth-sidebar {
|
||||
|
@ -53,6 +55,7 @@
|
|||
height: 100vh;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
min-height: 48rem;
|
||||
|
||||
input {
|
||||
margin-bottom: 0px;
|
||||
|
|
Loading…
Add table
Reference in a new issue