@@ -490,72 +552,75 @@ export const PresentationPanelHoverActions = ({
) : (
// necessary for the right hover actions to align correctly when left hover actions are not present
)}
-
- {viewMode === 'edit' && combineHoverActions && dragHandle}
- {showNotifications && notificationElements}
- {showDescription && (
-
- )}
- {quickActionElements.map(
- ({ iconType, 'data-test-subj': dataTestSubj, onClick, name }, i) => (
-
-
-
- )
- )}
- {contextMenuPanels.length ? (
-
-
+ {viewMode === 'edit' && combineHoverActions && dragHandle}
+ {showNotifications && notificationElements}
+ {showDescription && (
+
-
- ) : null}
-
+ )}
+ {quickActionElements.map(
+ ({ iconType, 'data-test-subj': dataTestSubj, onClick, name }, i) => (
+
+
+
+ )
+ )}
+ {contextMenuPanels.length ? (
+
+
+
+ ) : null}
+