Skip to content

Commit bdca4d6

Browse files
committed
fix linting
1 parent 811b3b1 commit bdca4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)