File tree Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Expand file tree Collapse file tree 5 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" space-y-6" >
2
+ <!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3
+ <div class =" space-y-6 mb-14" >
3
4
<SectionTopMenu hero =" Instance Types" >
4
5
<template #tools >
5
6
<ff-button data-action =" create-type" @click =" showCreateInstanceTypeDialog" >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" space-y-6" >
2
+ <!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3
+ <div class =" space-y-6 mb-14" >
3
4
<SectionTopMenu hero =" Team Types" >
4
5
<template #tools >
5
6
<ff-button data-action =" create-type" @click =" showEditTeamTypeDialog()" >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" space-y-6" >
2
+ <!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3
+ <div class =" space-y-6 mb-14" >
3
4
<SectionTopMenu hero =" Templates" >
4
5
<template #tools >
5
6
<ff-button :to =" { name: 'Admin Template', params: { id: 'create' } }" >
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div class =" space-y-6" >
2
+ <!-- set mb-14 (~56px) on the form to permit access to kebab actions where hubspot chat covers it -->
3
+ <div class =" space-y-6 mb-14" >
3
4
<ff-data-table
4
5
v-model:search =" userSearch"
5
6
:columns =" columns"
Original file line number Diff line number Diff line change @@ -182,10 +182,3 @@ label {
182
182
border-radius : 0 ;
183
183
}
184
184
}
185
-
186
- div #hubspot-messages-iframe-container {
187
- max-width : 80px ;
188
- max-height : 80px ;
189
- width : 80px ;
190
- height : 80px ;
191
- }
You can’t perform that action at this time.
0 commit comments