Skip to content

Commit

Permalink
fix: Description shouldn't be centered on Date polls - EXO-73527
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi committed Oct 4, 2024
1 parent 95024e8 commit a0fcae3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions agenda-webapps/src/main/webapp/skin/less/agenda.less
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,11 @@
border-right: 2px solid #fff;
box-sizing: border-box;
margin-right: -2px;
text-align: ~'left; /** orientation=lt */ ';
text-align: ~'right; /** orientation=rt */ ';
em {
font-style: normal;
}
}
th, td {
-webkit-user-select: none;
Expand Down Expand Up @@ -829,6 +834,7 @@
}
.event-details-body-left {
min-width: ~"calc(100% - 424px)";
max-width: calc(100% - 424px);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class="event-date-options-table mx-auto">
<caption>
<em v-if="event.description">
<div v-sanitized-html="event.description" class="text-center font-italic subtitle-1 text-wrap pb-4 rich-editor-content">
<div v-sanitized-html="event.description" class="subtitle-1 text-wrap pb-4 rich-editor-content">
{{ event.description }}
</div>
</em>
Expand Down Expand Up @@ -117,4 +117,4 @@ export default {
},
},
};
</script>
</script>

0 comments on commit a0fcae3

Please sign in to comment.