Skip to content

Commit

Permalink
fix: Update event form UI - EXO-73527 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi authored and exo-swf committed Oct 3, 2024
1 parent f76ef98 commit 95024e8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions agenda-webapps/src/main/webapp/skin/less/agenda.less
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@
}

.event-details-body {
.event-details-body-right{
max-width: 404px !important;
}
.event-time {
.uiIconClock.uiIcon32x32:before {
font-size: 26px;
Expand Down Expand Up @@ -828,14 +825,20 @@
.event-details {
.event-details-body {
.event-details-body-right {
min-width: 404px !important;
min-width: 384px !important;
}
.event-details-body-left {
min-width: ~"calc(100% - 424px)";
}
}
}
.event-form {
.event-form-body {
.event-form-body-right {
max-width: 396px !important;
min-width: 376px !important;
}
.event-form-body-left {
min-width: ~"calc(100% - 416px)";
}
}
}
Expand Down

0 comments on commit 95024e8

Please sign in to comment.