Skip to content

Commit

Permalink
fix event icon sizes and text alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
  • Loading branch information
blizzz authored and npmbuildbot[bot] committed Aug 24, 2020
1 parent 9073a69 commit 599b2fd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/workflowengine/js/workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/workflowengine/js/workflowengine.js.map

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions apps/workflowengine/src/components/Event.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ export default {
}
.isComplex {
img {
vertical-align: top;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
vertical-align: text-top;
}
span {
padding-top: 2px;
Expand Down Expand Up @@ -131,6 +128,11 @@ export default {
font-weight: 900;
}
.option__icon {
width: 16px;
height: 16px;
}
.eventlist img,
.eventlist .text {
vertical-align: middle;
Expand Down
7 changes: 4 additions & 3 deletions apps/workflowengine/src/components/Rule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,21 +232,22 @@ export default {
.trigger p, .action p {
min-height: 34px;
display: flex;
align-items: center;
& > span {
min-width: 50px;
text-align: right;
color: var(--color-text-maxcontrast);
padding-right: 10px;
padding-top: 7px;
margin-bottom: auto;
padding-top: 6px;
}
.multiselect {
flex-grow: 1;
max-width: 300px;
}
}
.trigger p:first-child span {
padding-top: 3px;
}
.check--add {
background-position: 7px center;
Expand Down

0 comments on commit 599b2fd

Please sign in to comment.