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) => {
208208 < i className = "fas fa-play" > </ i >
209209 </ button >
210210 </ 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" } } >
212212 < CustomTooltip
213213 placement = "bottom"
214214 tooltipId = "overlay-tooltip-explaination"
@@ -272,7 +272,7 @@ export const TabsUI = (props: TabsUIProps) => {
272272 </ CustomTooltip >
273273 </ div >
274274
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" } } >
276276 < CustomTooltip placement = "bottom" tooltipId = "overlay-tooltip-zoom-out" tooltipText = { < FormattedMessage id = "remixUiTabs.zoomOut" /> } >
277277 < span data-id = "tabProxyZoomOut" className = "btn fas fa-search-minus text-dark pl-2 pr-0 py-0 d-flex" onClick = { ( ) => props . onZoomOut ( ) } > </ span >
278278 </ CustomTooltip >
You can’t perform that action at this time.
0 commit comments