Skip to content

Commit

Permalink
fix: APPS-3117 Additional Component Fixes for EventListing Page (#671)
Browse files Browse the repository at this point in the history
* fix: remove extra padding in tag label pill

* update base calendar popup overflow value

---------

Co-authored-by: tinuola <[email protected]>
  • Loading branch information
tinuola and tinuola authored Dec 20, 2024
1 parent b635b40 commit 385665a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/lib-components/BaseCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const classes = computed(() => {
offset="10"
opacity="0"
>
<v-card width="320" style="overflow: initial; z-index: initial" :hover="false" :link="true" :to="selectedEventObj.to">
<v-card width="320" style="overflow: hidden; z-index: initial" :hover="false" :link="true" :to="selectedEventObj.to">
<!-- Default Event Calendar -->
<div v-if="defaultEventCalendar" class="calendar-event-popup-wrapper">
<BlockCardWithImage
Expand Down
4 changes: 0 additions & 4 deletions src/lib-components/BlockCardThreeColumn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ const parsedDateFormat = computed(() => {
display: flex;
justify-content: left;
gap: 16px;

.block-tag .label {
padding-left: 10px
}
}
}

Expand Down
1 change: 0 additions & 1 deletion src/styles/default/_base-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
}

.v-calendar-header__title {
// @include h3; // ?
font-size: 40px;
font-weight: 800;
color: $heading-grey;
Expand Down

1 comment on commit 385665a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.