Skip to content

Commit

Permalink
feat: Fix activity kudos reaction display when large screen - MEED-3361
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBoutej committed Feb 21, 2024
1 parent 27a39d4 commit 807dd20
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
:class="!isComment && 'ms-lg-4'"
:class="!isComment && 'ms-xl-4 ms-lg-3'"
class="d-inline-flex">
<v-tooltip :disabled="isMobile" bottom>
<template #activator="{ on, attrs }">
Expand Down Expand Up @@ -28,7 +28,7 @@
:size="isMobile && '20' || '14'">
fa-award
</v-icon>
<span v-if="!isMobile" class="mx-auto mt-1 mt-lg-0 ms-lg-2">
<span v-if="!isMobile" class="mx-auto mt-1 mt-lg-0 ms-lg-1">
{{ $t('exoplatform.kudos.label.kudos') }}
</span>
</div>
Expand Down Expand Up @@ -198,4 +198,4 @@ export default {
},
},
};
</script>
</script>

0 comments on commit 807dd20

Please sign in to comment.