Skip to content

Commit 1e27b94

Browse files
committed
#1641: Small Syntax change
1 parent 7cac54b commit 1e27b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ChangeRequestDetailPage/OtherChangeRequestsPopupTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const OtherChangeRequestsPopupTabs: React.FC<OtherChangeRequestsPopupTabsProps>
8686
position: 'fixed',
8787
bottom: '0px',
8888
left: '65px',
89-
width: `calc(100% - 65px)`
89+
width: 'calc(100% - 65px)'
9090
}}
9191
>
9292
<Tabs

0 commit comments

Comments
 (0)