Skip to content

Commit

Permalink
bug/IVYPORTAL-18042-Not-nice-UI-in-Portal-12.0.0
Browse files Browse the repository at this point in the history
- Update css on Welcome widget
  • Loading branch information
lmluat-axonivy committed Dec 2, 2024
1 parent 8519939 commit 80c9fff
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions AxonIvyPortal/portal/webContent/resources/css/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ body .ui-widget.new-widget-dialog__introduction {
}

.new-widget-configuration-dialog .ui-dialog-content.ui-widget-content {
max-height: calc(90% - 100px) !important;
max-height: calc(90vh - 100px) !important;
transition: all .3s;
}

Expand Down Expand Up @@ -1625,8 +1625,15 @@ body .ui-widget.new-widget-dialog__introduction {

.welcome-widget-configuration .welcome-text-input-panel {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-direction: row;
}

@media screen and (max-width: 1366px) {
.welcome-widget-configuration .welcome-text-input-panel {
display: flex;
flex-direction: column;
align-items: flex-start;
}
}

.welcome-widget-configuration .welcome-text-input-panel .greeting-text {
Expand Down

0 comments on commit 80c9fff

Please sign in to comment.