Skip to content

Commit

Permalink
fix: set the size of right column - EXO-73527 (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi committed Sep 27, 2024
1 parent 678c48f commit 495a4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agenda-webapps/src/main/webapp/skin/less/agenda.less
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
max-width: ~"calc(100% - 463px)";
}
.event-details-body-right{
max-width: 420px !important;
max-width: 404px !important;
}
.event-time {
.uiIconClock.uiIcon32x32:before {
Expand Down Expand Up @@ -835,7 +835,7 @@
.event-details {
.event-details-body {
.event-details-body-right {
min-width: 420px !important;
min-width: 404px !important;
}
}
}
Expand Down

0 comments on commit 495a4df

Please sign in to comment.