File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/template Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 12
12
< div class ="admin__field pagebuilder-header "
13
13
css ="visible: panel.isVisible(), 'transition-out': isSnapshotTransition() "
14
14
if ="!isSnapshot() ">
15
- < each args ="data: Object.keys(viewports), as: 'name' ">
16
- < button type ="button " translate ="$parent.viewports[name].label " disable ="name === $parent.viewport() " click ="$parent.toggleViewport.bind($parent, name) "/>
17
- </ each >
15
+ < span class ="with-tooltip ">
16
+ < each args ="data: Object.keys(viewports), as: 'name' ">
17
+ < span class ="tooltip ">
18
+ < button type ="button " translate ="$parent.viewports[name].label " disable ="name === $parent.viewport() " click ="$parent.toggleViewport.bind($parent, name) "/>
19
+ < span class ="tooltip-content ">
20
+ < span translate ="$parent.viewports[name].label "/>
21
+ < span translate ="'View your content for ' "/> < text args ="name "/>
22
+ < span translate ="'Width' "/> : < text args ="Object.values($parent.viewports[name].conditions)[0] "/>
23
+ </ span >
24
+ </ span >
25
+ </ each >
26
+ </ span >
18
27
< button type ="button " translate ="'Apply Template' " if ="isAllowedTemplateApply " click ="toggleTemplateManger "/>
19
28
< button type ="button " translate ="'Save as Template' " if ="isAllowedTemplateSave " click ="saveAsTemplate "/>
20
29
< i click ="toggleFullScreen.bind($data, {animate:true}) "
You can’t perform that action at this time.
0 commit comments