Skip to content

Commit b73596d

Browse files
joeizangAniket-Engg
authored andcommitted
update css with flex-wrap
1 parent a61dfe1 commit b73596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function HomeTabFile({ plugin }: HomeTabFileProps) {
165165
<label style={{ fontSize: '1.2rem' }}>
166166
<FormattedMessage id="home.files" />
167167
</label>
168-
<div className="d-flex flex-row">
168+
<div className="d-flex flex-row flex-wrap">
169169
<CustomTooltip placement={'top'} tooltipId="overlay-tooltip" tooltipClasses="text-nowrap" tooltipText={<FormattedMessage id="home.newFileTooltip" />} tooltipTextClasses="border bg-light text-dark p-1 pr-3">
170170
<button className="btn btn-primary text-nowrap p-2 mr-2 border my-1" data-id="homeTabNewFile" style={{ width: 'fit-content' }} onClick={async () => {
171171
_paq.push(['trackEvent', 'hometab', 'filesSection', 'newFile'])

0 commit comments

Comments
 (0)