Skip to content

Commit

Permalink
🐞 List layout issues
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#276
  • Loading branch information
edulix committed Nov 7, 2023
1 parent d934521 commit 57cd37a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion avBooth/booth-directive/booth-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
}

.election-container {
flex-grow: 2;
flex-grow: 2 !important;
display: flex;
flex-direction: column;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@

.vertilize-col.answer-glyphicon {
display: flex;
flex-basis: 100%;
max-width: 26%;
flex-grow: 0;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
.category-heading {
margin-top: 10px;
margin-bottom: 26px;
flex-shrink: 0;
flex-shrink: 1;
flex-grow: 2;
text-align: center;
}
Expand All @@ -68,7 +68,7 @@

.vertilize-col.answer-glyphicon {
justify-content: right;
padding: 10px 6px 26px 0;
padding: 10px 6px 10px 6px;
}
}

Expand Down

0 comments on commit 57cd37a

Please sign in to comment.