mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 17:18:21 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
cdd268afbc
8 changed files with 96 additions and 43 deletions
|
@ -1495,10 +1495,6 @@
|
|||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
gap: 8px;
|
||||
.btn-large {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.btn-primary {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
@ -1587,7 +1583,19 @@
|
|||
}
|
||||
}
|
||||
.buttons {
|
||||
margin-top: 12px;
|
||||
margin: 12px 0;
|
||||
button {
|
||||
height: auto;
|
||||
}
|
||||
input {
|
||||
white-space: break-spaces;
|
||||
word-break: break-word;
|
||||
height: fit-content;
|
||||
margin: 0;
|
||||
padding: 5px 10px;
|
||||
min-height: 40px;
|
||||
max-height: 90px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue