We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e33265 commit e600c28Copy full SHA for e600c28
src/components/app/list-new/AppList.tsx
@@ -397,7 +397,7 @@ const AppList = ({ isArgoInstalled }: AppListPropType) => {
397
)
398
399
return (
400
- <div className="app-tabs-wrapper px-20">
+ <div className="px-20 border__primary--bottom">
401
<TabGroup tabs={tabs} rightComponent={rightComponent} />
402
</div>
403
src/components/app/list/list.scss
@@ -323,16 +323,6 @@
323
}
324
325
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
336
.filter-divider {
337
width: 1px;
338
height: 20px;
0 commit comments