🐛 Fix some layout errors

This commit is contained in:
Eva 2022-11-21 11:59:13 +01:00 committed by Alonso Torres
parent 7c3f87d7b0
commit 32746a5960
7 changed files with 81 additions and 37 deletions

View file

@ -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;