Refine survey template module layout
This commit is contained in:
@@ -287,6 +287,13 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.survey-list-card__head--template {
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.survey-list-card__headline {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -296,6 +303,12 @@
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.survey-list-card__headline--template {
|
||||
align-items: baseline;
|
||||
justify-content: flex-start;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.survey-list-card__title-wrap {
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -323,6 +336,11 @@
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.survey-list-card__head-actions--template {
|
||||
align-items: baseline;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.survey-list-card__footer {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
|
||||
Reference in New Issue
Block a user