fix styles

This commit is contained in:
Victor Batischev
2024-02-08 19:53:39 +03:00
parent 4ac2cddabe
commit f738805d1e
12 changed files with 36 additions and 35 deletions

View File

@ -30,7 +30,6 @@
display: flex;
align-items: center;
flex-direction: column;
row-gap: 12px;
padding-bottom: 15px;
.select-priority {
@ -222,7 +221,7 @@
border-radius: 5px;
cursor: pointer;
position: relative;
min-width: 320px;
min-width: 240px;
height: 42px;
width: 100%;
@ -235,6 +234,16 @@
margin-left: 10px;
}
span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 13px;
max-width: 270px;
margin: 0;
font-weight: 400;
}
img {
transition: all 0.3s ease;
width: 20px;
@ -246,6 +255,7 @@
overflow-y: auto;
display: flex;
flex-direction: column;
justify-content: center;
position: absolute;
width: 100%;
padding: 9.5px 12px;
@ -730,8 +740,7 @@
}
.add-person-btn {
margin: 0 auto 0 0;
margin-top: 20px;
margin: 0;
}
.modal-add.active {