fix adaptive
This commit is contained in:
@ -31,6 +31,12 @@
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
padding-bottom: 15px;
|
||||
width: 100%;
|
||||
min-width: 700px;
|
||||
|
||||
@media (max-width: 770px) {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
.select-priority {
|
||||
background-color: white;
|
||||
@ -338,8 +344,10 @@
|
||||
}
|
||||
|
||||
.create-task-body {
|
||||
width: 100%;
|
||||
padding: 15px 30px;
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: 55% 45%;
|
||||
column-gap: 20px;
|
||||
|
||||
&__left {
|
||||
@ -356,7 +364,7 @@
|
||||
.input-container {
|
||||
background: #f1f1f1;
|
||||
margin: 0 0 17px;
|
||||
width: 393px;
|
||||
width: 100%;
|
||||
height: 47px;
|
||||
|
||||
input {
|
||||
@ -407,10 +415,11 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
.tags {
|
||||
&__selected {
|
||||
width: 250px;
|
||||
width: 100%;
|
||||
font-weight: 300;
|
||||
line-height: 18px;
|
||||
font-size: 15px;
|
||||
@ -538,10 +547,10 @@
|
||||
|
||||
.select__priority {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
&__name {
|
||||
color: #000;
|
||||
width: 250px;
|
||||
height: 47px;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
@ -589,7 +598,7 @@
|
||||
|
||||
.select__executor {
|
||||
background: #f1f1f1;
|
||||
width: 250px;
|
||||
width: 100%;
|
||||
height: 47px;
|
||||
font-weight: 300;
|
||||
line-height: 18px;
|
||||
|
Reference in New Issue
Block a user