mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 05:58:33 +02:00
🐛 Fix some layout errors
This commit is contained in:
parent
7c3f87d7b0
commit
32746a5960
7 changed files with 81 additions and 37 deletions
|
@ -1610,6 +1610,7 @@
|
|||
.btn-wrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 185px;
|
||||
.direction,
|
||||
.wrap-type,
|
||||
.align-items-style,
|
||||
|
@ -1652,7 +1653,7 @@
|
|||
border: none;
|
||||
cursor: pointer;
|
||||
border-right: 1px solid $color-gray-60;
|
||||
padding: 4px;
|
||||
padding: 2px;
|
||||
&.reverse-row {
|
||||
svg {
|
||||
transform: rotate(180deg);
|
||||
|
@ -1687,13 +1688,17 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 21px;
|
||||
width: 21px;
|
||||
width: 17px;
|
||||
svg {
|
||||
height: 0.7rem;
|
||||
width: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
.wrap {
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.gap-group {
|
||||
display: flex;
|
||||
margin-top: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue