Skip to content

Commit

Permalink
fix: Update event form UI - EXO-73527
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi committed Sep 30, 2024
1 parent e2a190a commit eca8c87
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions agenda-webapps/src/main/webapp/skin/less/agenda.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,6 @@
min-height: 40px;
}

.event-form-body-left {
min-width: ~"calc(100% - 404px)";
max-width: ~"calc(100% - 404px)";
}
.event-form-body-right {
min-width: 404px;
max-width: 404px;
}

.event-form-body-left > * {
min-height: 64px;
}
Expand Down Expand Up @@ -457,9 +448,6 @@
}

.event-details-body {
.event-details-body-left {
max-width: ~"calc(100% - 463px)";
}
.event-details-body-right{
max-width: 404px !important;
}
Expand Down Expand Up @@ -842,19 +830,13 @@
.event-details-body-right {
min-width: 404px !important;
}
.event-details-body-left {
min-width: 100% !important;
}
}
}
.event-form {
.event-form-body-left {
min-width: 100%;
max-width: 100%;
}
.event-form-body-right {
min-width: 404px;
max-width: 100%;
.event-form {
.event-form-body {
.event-form-body-right {
max-width: 396px !important;
}
}
}
}
Expand Down

0 comments on commit eca8c87

Please sign in to comment.