Skip to content

Commit e600c28

Browse files
committed
chore: remove extra css
1 parent 0e33265 commit e600c28

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/components/app/list-new/AppList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ const AppList = ({ isArgoInstalled }: AppListPropType) => {
397397
)
398398

399399
return (
400-
<div className="app-tabs-wrapper px-20">
400+
<div className="px-20 border__primary--bottom">
401401
<TabGroup tabs={tabs} rightComponent={rightComponent} />
402402
</div>
403403
)

src/components/app/list/list.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,16 +323,6 @@
323323
}
324324
}
325325

326-
.app-tabs-wrapper {
327-
position: relative;
328-
border-bottom: 1px solid var(--N200);
329-
}
330-
331-
.app-tabs-wrapper .tab-list {
332-
padding-left: 20px;
333-
background-color: var(--bg-primary);
334-
}
335-
336326
.filter-divider {
337327
width: 1px;
338328
height: 20px;

0 commit comments

Comments
 (0)