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 on case widget
  • Loading branch information
tphvu-axonivy committed Nov 28, 2024
1 parent 675da38 commit e859aab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AxonIvyPortal/portal/webContent/resources/css/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ span.case-details-document-add-link, span.task-details-document-add-link {
box-sizing: content-box;
text-align: left;
color: var(--text-color);
width: 87%;
min-width: 160px;
}

.case-detail-header {
Expand Down Expand Up @@ -1912,8 +1912,9 @@ _:-ms-input-placeholder, :root a.compact-task-start-link {
display: grid;
}

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

.options-panel .option-item {
Expand Down

0 comments on commit e859aab

Please sign in to comment.