File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/tabs/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ export const TabsUI = (props: TabsUIProps) => {
208
208
< i className = "fas fa-play" > </ i >
209
209
</ button >
210
210
</ CustomTooltip >
211
- < div className = "d-flex border-left ml-2 align-items-center" style = { { height : "3em" } } >
211
+ < div className = "d-flex border-left ml-2 align-items-center" style = { { height : "3em" } } >
212
212
< CustomTooltip
213
213
placement = "bottom"
214
214
tooltipId = "overlay-tooltip-explaination"
@@ -272,7 +272,7 @@ export const TabsUI = (props: TabsUIProps) => {
272
272
</ CustomTooltip >
273
273
</ div >
274
274
275
- < div className = "d-flex border-left ml-2 align-items-center" style = { { height : "3em" } } >
275
+ < div className = "d-flex border-left ml-2 align-items-center" style = { { height : "3em" } } >
276
276
< CustomTooltip placement = "bottom" tooltipId = "overlay-tooltip-zoom-out" tooltipText = { < FormattedMessage id = "remixUiTabs.zoomOut" /> } >
277
277
< span data-id = "tabProxyZoomOut" className = "btn fas fa-search-minus text-dark pl-2 pr-0 py-0 d-flex" onClick = { ( ) => props . onZoomOut ( ) } > </ span >
278
278
</ CustomTooltip >
You can’t perform that action at this time.
0 commit comments