Skip to content

Commit

Permalink
IVYPORTAL-17938-Action-step-dropdown-so-bad-alignment
Browse files Browse the repository at this point in the history
- improve Action step alignment
  • Loading branch information
tphvu-axonivy committed Nov 28, 2024
1 parent 54bf19d commit 675da38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AxonIvyPortal/portal/webContent/resources/css/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -1912,13 +1912,17 @@ _:-ms-input-placeholder, :root a.compact-task-start-link {
display: grid;
}

.options-panel.ui-overlaypanel .ui-overlaypanel-content {
padding: 1rem 0;
}

.options-panel .option-item {
display: inline-flex;
flex-direction: row;
align-items: center;
clear: both;
float: left;
padding: 10px 18px 10px 0px;
padding: 10px 18px 10px 10px;
margin: 0;
width: 160px;
box-sizing: content-box;
Expand Down

0 comments on commit 675da38

Please sign in to comment.